MySQL Forums
Forum List  »  Newbie

Impossible SELECT answers
Posted by: John Hurleston
Date: September 05, 2004 05:07PM

I have just set up a table called users.
presently the table has no content

but, when I do a search like:

SELECT `userid` FROM `users` WHERE userid='jhurleston' AND id!='';

the answer produced is: Recourse #8

When I do the search using, phpmyadmin, ofcourse, it gives me the correct answer,

I am using the terminal window for output, *not* a webpage.



Options: ReplyQuote


Subject
Written By
Posted
Impossible SELECT answers
September 05, 2004 05:07PM
September 06, 2004 02:26AM
September 06, 2004 12:30PM
September 07, 2004 02:17AM
September 07, 2004 08:46AM
September 07, 2004 03:19AM
September 07, 2004 06:11AM


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.