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
|
@ -182,6 +182,7 @@
|
|||
> ,nest 5 $ vcat $ punctuate comma $ map tr ts]
|
||||
> where
|
||||
> tr (TRSimple t) = text t
|
||||
> tr (TRLateral t) = text "lateral" <+> tr t
|
||||
> tr (TRFunction f as) =
|
||||
> text f <> parens (commaSep $ map scalarExpr as)
|
||||
> tr (TRAlias t a cs) =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue