add support for nulls first/last
This commit is contained in:
parent
e85ab8b831
commit
ebe522b21d
7 changed files with 66 additions and 34 deletions
tools/Language/SQL/SimpleSQL
|
@ -33,7 +33,7 @@ Some tests for parsing full queries.
|
|||
> ,qeGroupBy = [Iden "a"]
|
||||
> ,qeHaving = Just $ BinOp (App "count" [NumLit "1"])
|
||||
> ">" (NumLit "5")
|
||||
> ,qeOrderBy = [(Iden "s", Asc)]
|
||||
> ,qeOrderBy = [OrderField (Iden "s") Asc NullsOrderDefault]
|
||||
> }
|
||||
> )
|
||||
> ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue