drhamad@t0host
03-29-2005, 12:22 PM
OK, done this before, but it was a while ago.
I need to add 400 to the value of every row in column xyz in table abc
help?
I need to add 400 to the value of every row in column xyz in table abc
help?
![]() | View Full Version : mysql - simple addition drhamad@t0host 03-29-2005, 12:22 PM OK, done this before, but it was a while ago. I need to add 400 to the value of every row in column xyz in table abc help? drhamad@t0host 03-29-2005, 12:42 PM nevermind, got it update tablename set field = field+400; |