Skip to content

Commit

Permalink
update note
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Sep 25, 2023
1 parent 79d3f52 commit 44b82bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e_test/batch/duckdb/cte/test_cte.test.slt.part
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ SELECT 1 UNION ALL (WITH cte AS (SELECT 42) SELECT * FROM cte);
# ----
# 1

# FIXME: this should succeed
# test CTE with nested aliases in where clause
# Note: postgres doesn't support this: column "alias1" does not exist
query error failed to bind expression: alias1
with cte (a) as (
select 1
Expand Down

0 comments on commit 44b82bb

Please sign in to comment.