mirror of
https://github.com/khibino/haskell-relational-record.git
synced 2025-01-05 20:04:49 +03:00
Add keywords for aggregations.
This commit is contained in:
parent
3eee1ad991
commit
5daf8a5f11
@ -25,8 +25,8 @@ import Data.List (find)
|
||||
|
||||
|
||||
data Keyword = SELECT | ALL | DISTINCT | ON
|
||||
| GROUP | COUNT | SUM | AVG | MAX | MIN
|
||||
| ORDER | BY | ASC | DESC
|
||||
| GROUP | COUNT | SUM | AVG | MAX | MIN | EVERY | ANY | SOME
|
||||
| ORDER | BY | ASC | DESC | HAVING
|
||||
| FETCH | FIRST | NEXT | ROW | ROWS | ONLY
|
||||
|
||||
| DELETE | USING | RETURNING
|
||||
|
Loading…
Reference in New Issue
Block a user