ClickHouse/tests/queries/0_stateless/01655_agg_if_nullable.sql

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

2 lines
73 B
MySQL
Raw Normal View History

SELECT sumIf(toNullable(1), 1) FROM remote('127.0.0.{1,2}', system.one);