Example input
apple
banana
cherry
Wrap each value with single quotes so copied IDs, names, or labels are ready for SQL value lists, inserts, or quick query cleanup.
apple
banana
cherry
'apple'
'banana'
'cherry'
If you need parentheses and commas too, use the SQL IN guide. If you only need commas, use Split / Join.
Yes. The quote tool also supports double quotes and backticks.
Yes. Change the delimiter in the quote tool to a comma-based output when you need a single row.
Yes. Unquote mode can turn quoted rows or a quoted CSV list back into plain values.