create table sales (amount decimal(38, 14), streams int128); insert into sales values ('0.6', 2), ('0.2', 6); EXPORT DATABASE 'test' (FORMAT PARQUET, PER_THREAD ...
support multiple sql statement seperate by semicolon support select, delete, update and insert type support drop, truncate and rename command output the table and column list that the sql visited with ...