ClickHouse/dbms/tests/queries/1_stateful/00021_3_select_with_in.sql
2018-12-30 01:13:23 +03:00

4 lines
105 B
SQL

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