swap order in select lists so the expression comes first then the alias to match the order in the concrete syntax
This commit is contained in:
parent
552d3f5383
commit
7cf5275615
9 changed files with 43 additions and 46 deletions
tools/Language/SQL/SimpleSQL
|
@ -100,5 +100,5 @@ these lateral queries make no sense but the syntax is valid
|
|||
> JCross (TRSimple "v") Nothing])
|
||||
> ]
|
||||
> where
|
||||
> ms f = makeSelect {qeSelectList = [(Nothing,Iden "a")]
|
||||
> ms f = makeSelect {qeSelectList = [(Iden "a",Nothing)]
|
||||
> ,qeFrom = f}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue