1. Formatting SQL Values
Database AdministratorBackground
Need to convert a list of raw values into a SQL-ready format.
Problem
Each line needs a comma at the end to be valid in a multi-row insert statement.
How to use
Paste the list of values, set the suffix to ',', and select 'All Lines'.
suffix: ',', targetLines: 'all'Outcome
Every line now ends with a comma, ready for direct insertion into a SQL script.