MySQL Forums
Forum List  »  Newbie

SQL statement error
Posted by: Justin Lynn
Date: April 09, 2012 04:59AM

Hi, I'm new to sql and made a simple error using an update statement. Instead of comma delimiting column names I used the AND statement e.g.

Update Table set column1 = AND column2 = where statement

instead of

Update Table set column1 = , column2 = where statement

Would someone explain what this statement would execute?

Thanks

Options: ReplyQuote


Subject
Written By
Posted
SQL statement error
April 09, 2012 04:59AM
April 09, 2012 11:37AM
April 10, 2012 06:51AM


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.