ClickHouse/tests/queries/1_stateful/00021_3_select_with_in.sql

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

4 lines
105 B
MySQL
Raw Normal View History

select 1 IN (1, 2, 3);
SELECT count() FROM remote('localhost', test, hits) WHERE CounterID IN (598875);