ClickHouse/tests/queries/0_stateless/01328_bad_peephole_optimization.sql

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

2 lines
48 B
MySQL
Raw Normal View History

2020-06-20 18:00:00 +00:00
select max(a + b) from (SELECT 1 AS a, 2 AS b);