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

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);