java derby database batch load from CSV

后端 未结 1 813
Happy的楠姐
Happy的楠姐 2021-01-13 14:22

Does Derby have any capabilities from performing a batch insert of data from a CSV? The best I could come up with was to read in the file line by line and create a batch SQL

相关标签:
1条回答
  • 2021-01-13 14:58

    syscs_util.syscs_import_table will do what you want. Here's the docs: http://db.apache.org/derby/docs/10.5/tools/rtoolsimport91458.html#rtoolsimport91458

    0 讨论(0)
提交回复
热议问题