add with expressions, all tpch appear to parse correct, some of the later ones pretty print badly though
This commit is contained in:
parent
15c83555ff
commit
931272d1db
5 changed files with 60 additions and 28 deletions
Language/SQL/SimpleSQL
|
@ -77,6 +77,7 @@
|
|||
> ,qeCorresponding :: Corresponding
|
||||
> ,qe2 :: QueryExpr
|
||||
> }
|
||||
> | With [(String,QueryExpr)] QueryExpr
|
||||
> deriving (Eq,Show)
|
||||
|
||||
> data Duplicates = Distinct | All deriving (Eq,Show)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue