Execute SQL on CSV files via JDBC

前端 未结 7 1741
后悔当初
后悔当初 2020-12-28 19:46

I need to apply an SQL query to CSV files (comma-separated text files). My SQL is predefined from another tool, and is not eligible to change. It may contain embedded select

7条回答
  •  抹茶落季
    2020-12-28 20:04

    I would load the data into HSQL (HypersonicSQL). Pure Java, correct SQL, well-proven. Pretty much anything else has a bigger footprint.

提交回复
热议问题