SQL Explorer
SQLite
SQLite
BigQuery
MySQL
MariaDB
PostgreSQL
Include:
range
comments
newlines
spaces
GitHub: SQL Parser CST 0.32.0
99
1
2
3
4
5
6
7
8
9
10
›
⌄
-- example SQL
SELECT
id, name, address
AS
addr
FROM
customer
WHERE
customer.due_date > NOW()
ORDER
BY
name
DESC
Program
{
type
:
"program"
statements
: [
]
range
: [
]
leading
: [
]
}