MYSQL – How to use UPDATE with IF-ELSE condition
I have three columns – id, programname, status
I wanted to use UPDATE with IF condition something like this:
UPDATE elec_products
IF(programname ='Argos')
(
SET […]
See original post by invalid@example.com (rahulephp)
Leave a Reply
You must be logged in to post a comment.