requery
requery copied to clipboard
Missing SQL syntax
- [X] SELECT
- [x] Union/Union all
- [x] Full join
- [x] WITH
- [ ] WITH RECURSIVE
- [x] WHERE EXISTS
- [x] having
- [x] distinct
- [X] INSERT
- [X] VALUES
- [X] SELECT
- [X] (pg-only) RETURNING
- [ ] ON CONFLICT
- [X] CREATE TABLE
- [ ] DROP TABLE
- [ ] IF EXISTS
- [ ] CASCADE
- [ ] DELETE FROM
- [ ] CASCADE
- [ ] Transactions
Expressions
- [x] In
- [x] Like
- [x] between
- [x] Is null/Is not null
- [x] tuple expressions
- [ ] date/time expressions
- [ ] JSON expressions
- [ ] Postgres: json
- [ ] Postgres: jsonb
- [ ] Generic: json strings
- [ ] Binary strings/blobs