mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update 00701_join_default_strictness.sql
This commit is contained in:
parent
f253719eac
commit
b0f66d15d2
@ -2,6 +2,8 @@ CREATE DATABASE IF NOT EXISTS test;
|
||||
DROP TABLE IF EXISTS test.a1;
|
||||
DROP TABLE IF EXISTS test.a2;
|
||||
|
||||
SET send_logs_level = 'none';
|
||||
|
||||
CREATE TABLE test.a1(a UInt8, b UInt8) ENGINE=Memory;
|
||||
CREATE TABLE test.a2(a UInt8, b UInt8) ENGINE=Memory;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user