Update 00701_join_default_strictness.sql

This commit is contained in:
Vadim 2018-08-29 19:42:45 +03:00 committed by GitHub
parent f253719eac
commit b0f66d15d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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