prsqlite icon indicating copy to clipboard operation
prsqlite copied to clipboard

Support SELECT statement

Open kawasin73 opened this issue 1 year ago • 0 comments

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

kawasin73 avatar Nov 05 '23 07:11 kawasin73