mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2024-11-29 06:37:03 +03:00
sql-words: add some keywords.
This commit is contained in:
parent
c1d7f33da6
commit
b015740ef0
@ -56,12 +56,15 @@ dspace = dString " "
|
||||
-- | Type represent SQL keywords.
|
||||
data Keyword = SELECT | ALL | DISTINCT | ON
|
||||
| GROUP | COUNT | SUM | AVG | MAX | MIN | EVERY | ANY | SOME
|
||||
| ORDER | BY | ASC | DESC
|
||||
| CUBE | ROLLUP | GROUPING | SETS | HAVING
|
||||
| FOR
|
||||
|
||||
| ORDER | BY | ASC | DESC | NULLS | LAST
|
||||
|
||||
| OFFSET
|
||||
| LIMIT
|
||||
| FETCH | FIRST | NEXT | ROW | ROWS | ONLY
|
||||
| FETCH | FIRST | NEXT | PERCENT
|
||||
| ROW | ROWS | ONLY | TIES
|
||||
|
||||
| UNION | EXCEPT | INTERSECT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user