CSV Janitor
SQL List Formatter
Turn a list of items into a comma-separated list with single quotes, ready for SQL IN clauses.
0 chars0 lines
0 chars0 lines

About This Tool

Writing SQL queries like `WHERE id IN (...)` is painful when you have a list of IDs in Excel. This tool wraps every line in single quotes and adds a comma at the end, making it SQL-ready instantly.

How to Use

  1. Paste your list of IDs or names.
  2. Run the tool.
  3. It transforms `item` into `'item',`.
  4. Paste the result directly into your SQL query editor.

Frequently Asked Questions