mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 15:21:43 +00:00
4 lines
178 B
MySQL
4 lines
178 B
MySQL
|
SET send_logs_level = 'none';
|
||
|
SET join_default_strictness = '';
|
||
|
SELECT * FROM system.one INNER JOIN (SELECT number AS k FROM system.numbers) ON dummy = k; -- { serverError 417 }
|