MySQL Forums
Forum List  »  Newbie

Error msg: Unknown column 'harrow' in 'where clause'
Posted by: Frederick Ahmed
Date: July 13, 2005 09:24AM

Connected successfullyQuery failed: Unknown column 'harrow' in 'where clause'

Please help. Getting above error message with following SELECT query:

$query = 'SELECT * FROM tolet2 WHERE area = harrow';

However, it works from the same table when I have the following query:

$query = 'SELECT * FROM tolet2 WHERE beds >= 2';

Options: ReplyQuote


Subject
Written By
Posted
Error msg: Unknown column 'harrow' in 'where clause'
July 13, 2005 09:24AM


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.