ClickHouse/tests/queries/0_stateless/03115_alias_exists_column.sql

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

6 lines
150 B
MySQL
Raw Normal View History

-- https://github.com/ClickHouse/ClickHouse/issues/44412
2024-04-12 12:53:07 +00:00
SET allow_experimental_analyzer=1;
SELECT EXISTS(SELECT 1) AS mycheck FORMAT TSVWithNames;