1
Fork 0

add support for functions in tablerefs

This commit is contained in:
Jake Wheat 2013-12-17 12:33:33 +02:00
parent adfeac8d16
commit d49b3ddb99
5 changed files with 15 additions and 6 deletions
Language/SQL/SimpleSQL

View file

@ -195,6 +195,8 @@ I'm not sure if this is valid syntax or not.
> | TRAlias TableRef String (Maybe [String])
> -- | from (query expr)
> | TRQueryExpr QueryExpr
> -- | from function(args)
> | TRFunction String [ScalarExpr]
> deriving (Eq,Show,Read)
TODO: add function table ref