SQL IN Generator
Paste a column from Excel or any list and get a SQL IN ('a', 'b', ...) clause instantly.
Input
Output
FAQ
What happens if a value contains a single quote (')?
Single quotes are escaped as two quotes ('') per the SQL standard to keep the query safe.
Can I paste a column copied from Excel directly?
Yes. Values are read line by line, so paste the column as-is. Empty lines and surrounding spaces are cleaned automatically.