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

Added' (' and')' as SQL clause separator #109

Closed noborus closed 4 years ago

noborus commented 4 years ago

Parentheses is used in functions in the FROM clause and in the WITH clause.