zio-sql icon indicating copy to clipboard operation
zio-sql copied to clipboard

support common table expressions (CTEs) for Selects

Open phderome opened this issue 5 years ago • 1 comments

I believe they are fairly standard for modify DML statements as well. This minimally looks like this syntax WITH...

phderome avatar Sep 08 '20 13:09 phderome

I think we should support these in the rendering engines. This way, users can use val and def to abstract over duplication, and not have to worry that on appropriate backends, we do CTE extraction based on duplicated expressions.

jdegoes avatar Sep 08 '20 14:09 jdegoes