SQL IN Clause Generator
Turn a list of values into a SQL IN (...) clause.
Processed locally in your browser. Your data is never uploaded.
Overview
Converts a list of values (pasted one per line or comma-separated) into a ready-to-paste SQL IN (...) clause, with optional string quoting.
How to use it
- 1Paste values, one per line or comma-separated.
- 2Toggle string quoting if the values are text, not numbers.
- 3Copy the generated clause.