Skip to content

SQL: CTE

Denis Smirnov requested to merge sd/cte into master

Summary

Current MR extends SQL grammar with CTE - common table expressions. It works as some sort of temporary tables within the query: all the data in CTE is materialized in the memory of the router node.

Edited by Denis Smirnov

Merge request reports