Generate insert SQL statements from a CSV file

后端 未结 12 2118
轮回少年
轮回少年 2020-12-04 16:07

I need to import a csv file into Firebird and I\'ve spent a couple of hours trying out some tools and none fit my needs.

The main problem is that al

12条回答
  •  情书的邮戳
    2020-12-04 17:04

    use the csv-file as an external table. Then you can use SQL to copy the data from the external table to your destination table - with all the possibilities of SQL. See http://www.firebirdsql.org/index.php?op=useful&id=netzka

提交回复
热议问题