Update 01599_mutation_query_params.sh

This commit is contained in:
alexey-milovidov 2020-11-29 16:45:08 +03:00 committed by GitHub
parent 4a66db1bf4
commit a965dba0b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,3 +29,4 @@ WHERE y = {y:UInt32};
"
$CLICKHOUSE_CLIENT --query "SELECT x, y FROM test"
$CLICKHOUSE_CLIENT --query "DROP TABLE test"