MySQL Forums
Forum List  »  MySQL Query Browser

Re: Update two row values in mysql
Posted by: Peter Brawley
Date: May 03, 2013 01:02PM

Is this what you mean?

update table1
set x=ff(x=0,1,0)
where count1<= quantity;

Options: ReplyQuote


Subject
Written By
Posted
Re: Update two row values in mysql
May 03, 2013 01:02PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.