We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
描述您想要的功能: 是否可以支持这样的语法
create TABLE t2 as SELECT * from t1
执行这条语句保错 ”表至少需要有一个列. 不支持的语法类型.“
这条语句在MySQL命令行可以执行成功
The text was updated successfully, but these errors were encountered:
暂不支持的。
该语法会同时建表和写入数据,但表结构不容易确定,所以近期无计划支持。
Sorry, something went wrong.
Merge pull request #264 from hanchuanchuan/feature-create-as-select-s…
e5400e6
…upport feature: 添加CREATE TABLE AS SELECT语法支持 (#246)
已添加CREATE TABLE AS SELECT语法支持.
Releases (选择v1.2.3-29或以上版本)
v1.2.3-29
功能说明: 会审核mysql参数enforce_gtid_consistency和gtid_mode参数. (MySQL的GTID一致性验证可能会报错: Statement violates GTID consistency: CREATE TABLE ... SELECT.)
No branches or pull requests
描述您想要的功能:
是否可以支持这样的语法
create TABLE t2 as SELECT * from t1
执行这条语句保错 ”表至少需要有一个列. 不支持的语法类型.“
这条语句在MySQL命令行可以执行成功
The text was updated successfully, but these errors were encountered: