ON_DUPLICATE_KEY_UPDATE with Null value #365
Answered
by
houtn11
RomanOrlovDev
asked this question in
Q&A
Replies: 2 comments
-
Users.INSERT(...).MODEL(userModel).ON_DUPLICATE_KEY_UPDATE(Users.Address.SET(StringExp(NULL))) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RomanOrlovDev
-
Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
seems like I stuck with a simple question,
how to set NULL value with
ON_DUPLICATE_KEY_UPDATE
for MySQL?Beta Was this translation helpful? Give feedback.
All reactions