ClickHouse/tests/queries/0_stateless/02504_explain_ast_insert.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
106 B
MySQL
Raw Normal View History

explain ast insert into test values (balabala);
2022-12-22 15:00:54 +00:00
explain ast insert into test format TabSeparated balabala;