ON_DUPLICATE_KEY_UPDATE with Null value #365
Answered
by
houten11
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
-
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