CSV to SQL Converter - Now supports UPDATE statements
I’ve modified my CSV to SQL conversion tool (csv2sql.com) so that it now can produce both INSERT and UPDATE SQL statements from your CSV file. Previously the tool only created INSERT statements, so you could easily insert all your CSV data into your database table.
However this is rather limited - what if you want to later [...]
