noborus / trdsql

CLI tool that can execute SQL queries on CSV, LTSV, JSON, YAML and TBLN. Can output to various formats.
https://noborus.github.io/trdsql/
MIT License
1.96k stars 73 forks source link

`CREATE TABLE AS` and` INSERT INTO table SELECT` Is output as an example of SQL #170

Open noborus opened 2 years ago

noborus commented 2 years ago

Currently, SELECT is the only example that is output as analysis. However, it will be easier to import if the examples of CREATE TABLE AS andINSERT INTO table SELECT are output.