ClickHouse/dbms/tests/queries/1_stateful/00021_3_select_with_in.sql
2018-08-07 20:08:51 +03:00

4 lines
105 B
SQL

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