About this tool
Convert a List to a SQL IN Clause
SQL filters often begin as IDs, names, or codes copied from a spreadsheet. Adding commas and quotes by hand is slow and easy to get wrong.
This formatter doubles embedded single quotes according to standard SQL string-literal rules and can include the IN keyword or output only the parenthesized values.