How to use it
- Paste an Excel or text list.
- Choose distinct and quote options.
- Copy the ready IN list.
Developer tool
Paste values copied from Excel; remove duplicates and convert them into SQL IN format.
Practical guide
Deduplicate newline, comma or space-separated values and control quotes, outer quotes, parentheses and line-by-line output.
This tool streamlines workflows such as order and customer id filters and stock code queries in one place.
Use single quotes to turn codes into SQL string values.
Disable quotes to generate a numeric IN list.
Yes. Distinct keeps each value once.
For very large lists, a temporary table or JOIN may be better for the database.
Similar tools