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
Mysql supports several modifiers for an insert statement, e.g. INSERT IGNORE/DELAYED/HIGH_PRIORITY into tbl_name.
It will be great if Ktorm supports such use case, especially insert ignore into
The text was updated successfully, but these errors were encountered:
Mysql supports several modifiers for an insert statement, e.g.
INSERT IGNORE/DELAYED/HIGH_PRIORITY into tbl_name
.It will be great if Ktorm supports such use case, especially
insert ignore into
The text was updated successfully, but these errors were encountered: