CTAS语法支持吗
#6549
Replies: 2 comments 3 replies
-
|
找到了,正在开发中。 |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
No need to delete, you can refer the PR to let others know: #6102 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
create table t1 as select * from t
报错
1064 - errCode = 2, detailMessage = Syntax error in line 1: create table t1 as select * from t ^ Encountered: AS Expected , Time: 0.005000s我看代码也有CreateTableAsSelectStmt,但是sql parer没找到
如果支持具体语法是什么,麻烦举个例子,谢谢
Beta Was this translation helpful? Give feedback.
All reactions