Consider logging in to save your in-clause history.
SQL In Clause Maker

In Clause Maker tool

This tool helps you to create an in-clause for a list of input separated by new line characters.

This in-clause is used by most Database Administrators and Developers for their sql queries.

For example,

Input list =>

abc
xyz

Output In-clause => in ('abc','xyz')

Note: This tool also accounts for Oracle database's 1000 entry limit for a clause. So if you input more than a 1000 entries, they will be divided in sections of 1000s.