add support for odbc outer join syntax
This commit is contained in:
parent
c8d745fd28
commit
83b16edb1f
4 changed files with 19 additions and 12 deletions
Language/SQL/SimpleSQL
|
@ -430,6 +430,8 @@ I'm not sure if this is valid syntax or not.
|
|||
> | TRFunction [Name] [ValueExpr]
|
||||
> -- | from lateral t
|
||||
> | TRLateral TableRef
|
||||
> -- | ODBC {oj t1 left outer join t2 on expr} syntax
|
||||
> | TROdbc TableRef
|
||||
> deriving (Eq,Show,Read,Data,Typeable)
|
||||
|
||||
> -- | Represents an alias for a table valued expression, used in with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue