ClickHouse/tests/queries/0_stateless/00627_recursive_alias.sql

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

2 lines
88 B
MySQL
Raw Normal View History

select x from (select dummy as x, dummy + 1 as dummy order by identity(x)) format Null;