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
目前从解析层面支持形式为 insert into ... select 1,1 from dual union all select 2,2 from dual这样的sql。但是这种sql的分片建必须由hint方式传入,目前无法解析select中的分片值。
The text was updated successfully, but these errors were encountered:
da47149
support "select union all"'s batch insert fix #72
8f94e92
No branches or pull requests
目前从解析层面支持形式为 insert into ... select 1,1 from dual union all select 2,2 from dual这样的sql。但是这种sql的分片建必须由hint方式传入,目前无法解析select中的分片值。
The text was updated successfully, but these errors were encountered: