Skip to content
New issue

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

Mysql keyword cannot be parsed if there is one in the table field #2112

Closed
gongxings opened this issue Mar 27, 2019 · 1 comment
Closed

Mysql keyword cannot be parsed if there is one in the table field #2112

gongxings opened this issue Mar 27, 2019 · 1 comment
Assignees

Comments

@gongxings
Copy link

If there is a MySQL keyword in the table field, the SQL statement cannot be parsed, but the insert statement can cause a select error.
for example:
insert table_name (id,code,time)
select id,code,time from table_name

Select can't be parsed, don't follow the rule of PreciseShardingAlgorithm

@codefairy08
Copy link
Contributor

now do not support insert select

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants