ClickHouse/tests/queries/bugs/missing_scalar_subquery_removal.sql

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

2 lines
74 B
MySQL
Raw Normal View History

2019-03-26 17:23:59 +00:00
SELECT a FROM (SELECT 1 AS a, (SELECT count() FROM system.numbers) AS b);