Author: Zenon Panoussis
Email: [EMAIL PROTECTED]
Message:

This is a stupid question. Please bear with a total newbie to mysql.

mysql>SELECT url FROM url WHERE status="404";
works fine and returns all the 404s. However, 
mysql>SELECT url FROM url WHERE status="404" AND url="%domain%";
returns "empty set" despite the fact that there are 404s in the domain in question. 
More weirdly, even 
mysql>SELECT url FROM url WHERE url="*";
returns an empty set. 

What am I doing wrong? 

Z


Reply: <http://search.mnogo.ru/board/message.php?id=768>

______________
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]

Reply via email to