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
- Paste your list of IDs or names.
- Run the tool.
- It transforms `item` into `'item',`.
- Paste the result directly into your SQL query editor.