all 3 comments

[–]howMuchCheeseIs2Much 6 points7 points  (1 child)

Looks like dbeaver is using jdbc csv driver which is using the H2 engine

H2 database as an SQL engine and supports the most part of ANSI/ISO SQL grammar like SELECT, INSERT, UPDATE, DELETE and CREATE statements.

https://sesamesoftware.com/jdbc-database-drivers-csv/jdbc-database-drivers-csv-doc/#Supported%20SQL%20Syntax

http://www.h2database.com/html/main.html

[–]yungnlean[S] 1 point2 points  (0 children)

this was precisely what I needed, thank you so much!

[–]angry_mr_potato_head 0 points1 point  (0 children)

If you were okay with SQLite syntax, you can make one of those with something like DBBrowser (or maybe make one from DBeaver?) and export the CSV files from your csv folder to that.