You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: