mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 14:45:51 +03:00
Add keywords for set binary operations on table forms.
This commit is contained in:
parent
06f0ac1818
commit
d6b3238e94
@ -29,6 +29,8 @@ data Keyword = SELECT | ALL | DISTINCT | ON
|
|||||||
| ORDER | BY | ASC | DESC | HAVING
|
| ORDER | BY | ASC | DESC | HAVING
|
||||||
| FETCH | FIRST | NEXT | ROW | ROWS | ONLY
|
| FETCH | FIRST | NEXT | ROW | ROWS | ONLY
|
||||||
|
|
||||||
|
| UNION | EXCEPT | INTERSECT
|
||||||
|
|
||||||
| DELETE | USING | RETURNING
|
| DELETE | USING | RETURNING
|
||||||
|
|
||||||
| FROM | AS | WITH
|
| FROM | AS | WITH
|
||||||
|
Loading…
Reference in New Issue
Block a user