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
Can you support INSERT ~ SELECT val1, val2 FROM tmp WHERE NOT EXISTS(*) statement?
You have already support ON DUPLICATE KEY syntax, but it only helps me UNIQUE/PRIMARY keys' duplication.
I think the feature like bellow make this plugin more useful! 😄
Can you support
INSERT ~ SELECT val1, val2 FROM tmp WHERE NOT EXISTS(*)
statement?You have already support
ON DUPLICATE KEY
syntax, but it only helps me UNIQUE/PRIMARY keys' duplication.I think the feature like bellow make this plugin more useful! 😄
api design
usage 1
Specify search conditions.
generates sql statement bellow
usage 2
Auto set search conditions with inserting data.
generates sql statement bellow
The text was updated successfully, but these errors were encountered: