MySQL Forums
Forum List  »  Newbie

Can't UPDATE records
Posted by: joao pereira
Date: July 06, 2005 11:10AM

Hi there!
I'm trying to update all records from table 'Products' in my DataBase despite of having no erros the records don't update. Here's the code:

UPDATE `Produtos` SET
`Estado` = '1' WHERE `Estado` = NULL ;

Options: ReplyQuote


Subject
Written By
Posted
Can't UPDATE records
July 06, 2005 11:10AM
July 06, 2005 12:23PM


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.