1
Fork 0

add with expressions, all tpch appear to parse correct, some of the later ones pretty print badly though

This commit is contained in:
Jake Wheat 2013-12-14 00:58:12 +02:00
parent 15c83555ff
commit 931272d1db
5 changed files with 60 additions and 28 deletions
Language/SQL/SimpleSQL

View file

@ -77,6 +77,7 @@
> ,qeCorresponding :: Corresponding
> ,qe2 :: QueryExpr
> }
> | With [(String,QueryExpr)] QueryExpr
> deriving (Eq,Show)
> data Duplicates = Distinct | All deriving (Eq,Show)