-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
How can I add ON DUPLICATE KEY UPDATE to my query? #60
Comments
@TeamGameRevolution could you please post the full query, and how you are handling it right now ? |
Had to switch away from regex because of some reasons. datensaetze is a
EDIT: Based on this: https://dev.mysql.com/doc/refman/5.7/en/insert-on-duplicate.html |
closing, you can follow this feature on #103 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm currently adding it via regex, but there's got to be a way with SqlKata, right?
The text was updated successfully, but these errors were encountered: