This commit is contained in:
save-my-heart 2022-12-22 23:00:54 +08:00
parent 975906361e
commit 6858f3fc01
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
InsertQuery (children 1)
Identifier test
InsertQuery (children 1)
Identifier test

View File

@ -0,0 +1,2 @@
explain ast insert into test values balabala;
explain ast insert into test format TabSeparated balabala;