Hi,
MYSQL version is 4.0.2
When i am trying to update my table with this
Mysql is saying query is OK. But the data is not really updating in table..
UPDATE personal set address_1='myaddress', address_2='address2',
city='Hyderabadnew', state='Andhra Pradesh', zip = '12345', country='US', day_phone='924401271332', eve_phone='', fax_phone='', business='' where uid='3'
can any one see any problemsin query ?
Thanks,
sharma