Build a SQL IN clause from a list
Have a column of IDs from a spreadsheet or log and need them inside a
WHERE id IN (...)? Paste the list and this tool assembles a clean
SQL IN clause for you — splitting on newlines, commas, tabs or semicolons.
Toggle auto-quoting (numbers stay bare, strings get single quotes with
'' escaping), strip duplicates, switch to NOT IN, or break long lists onto
one value per line. Everything runs in your browser — nothing is uploaded.