How to use it
- Paste an Excel list or comma-separated values.
- Choose distinct, single quote, outer quote and line-by-line options.
- Copy the result into your query.
Developer tool
Paste values copied from Excel; remove duplicates and convert them into SQL IN format.
Quick guide
Turning copied Excel ids, stock codes or order numbers into SQL IN format is common but repetitive. This tool removes duplicates and creates ready output with quote and parenthesis options.
Yes, the distinct option keeps each value once.
For thousands of values, a temporary table or join approach may be better.
Similar tools