ClickHouse/tests/queries/0_stateless/00025_implicitly_used_subquery_column.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
51 B
MySQL
Raw Normal View History

SELECT y FROM (SELECT materialize(1) AS x, x AS y)