prsqlite
prsqlite copied to clipboard
Support SELECT statement
https://www.sqlite.org/lang_select.html
- [ ] WITH
- [ ] common-table-expression
- [ ] RECURSIVE
- [ ] DISTINCT
- [ ] ALL
- [ ] FROM multiple tables
- [ ] FROM subquery
- [ ] JOIN
- [ ] WHERE
- [ ] GROUP BY
- [ ] HAVING
- [ ] WINDOW
- [ ] compound-operator
- [ ] ORDER BY
- [ ] LIMIT
- [ ] OFFSET