partial support for lateral
This commit is contained in:
parent
d49b3ddb99
commit
939189a04f
5 changed files with 36 additions and 8 deletions
Language/SQL/SimpleSQL
|
@ -197,6 +197,8 @@ I'm not sure if this is valid syntax or not.
|
|||
> | TRQueryExpr QueryExpr
|
||||
> -- | from function(args)
|
||||
> | TRFunction String [ScalarExpr]
|
||||
> -- | from lateral t
|
||||
> | TRLateral TableRef
|
||||
> deriving (Eq,Show,Read)
|
||||
|
||||
TODO: add function table ref
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue