mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
add test
This commit is contained in:
parent
975906361e
commit
6858f3fc01
@ -0,0 +1,4 @@
|
||||
InsertQuery (children 1)
|
||||
Identifier test
|
||||
InsertQuery (children 1)
|
||||
Identifier test
|
2
tests/queries/0_stateless/02504_explain_ast_insert.sql
Normal file
2
tests/queries/0_stateless/02504_explain_ast_insert.sql
Normal file
@ -0,0 +1,2 @@
|
||||
explain ast insert into test values balabala;
|
||||
explain ast insert into test format TabSeparated balabala;
|
Loading…
Reference in New Issue
Block a user