mySQL UPDATE query returns "0 rows affected" -
I have this query:
Call phone calls Set "yes" Where is the phone number = "999 29-4655"
my table is phone call
; I have a column whose name is phone number
. The one I want to update is a column that has been named "yes" from called
.
Any thoughts that I am doing wrong? When I return my query, it says that 0 rows have been affected.
Amphitamin and Yada have suggested, code> select , if your phone number table Is in.
But keep in mind: If the line in the called
is already "yes", Mysql will not change the value and therefore will return "affected 0 rows". So make sure to check the current value of called
Comments
Post a Comment