sql - Mysql change id in field is another field = "transfer" -


im new mysql , know how in code. if narrive = "transfer" change accountid 2001

please 1 give me step step on , please explain put code because have no clue.

update tablename set accountid='2001' narrive="transfer"  

Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -