Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>ListToSQLNew to Visual Studio Code? Get it now.
ListToSQL

ListToSQL

reZach

|
1,103 installs
| (1) | Free
Converts a list of values into a list that SQL can use.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

listtosql README

Features

Converts any list of values into a comma-separated SQL list (enclosed by parentheses).

Extra features

  • Select a line with no text? Do not worry, this extension excludes any empty value from the output.
  • Elements with single quotes ' will be escaped automatically.
  • For selections of greater than 1000 elements/rows, the extension will automatically create groups containing 1000 elements each.
  • You have an option of rendering the output in a vertical form (List to SQL (vertical)).
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft