mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 21:12:28 +00:00
Recursive CTEs work only with Analyzer
This commit is contained in:
parent
6721ab1051
commit
3f9a89c118
@ -1,5 +1,7 @@
|
||||
-- https://www.philipzucker.com/sql_graph_csp/
|
||||
|
||||
set enable_analyzer = 1;
|
||||
|
||||
WITH RECURSIVE digits AS (
|
||||
SELECT 0 AS digit
|
||||
UNION ALL
|
||||
|
Loading…
Reference in New Issue
Block a user