I'm having a lot of trouble with a simple query.  Does anyone have any idea
why this might not be working?

The query:
 SELECT * FROM `asio_linkpop_queries` WHERE `domain` =
'www.legendsandlore.com' AND `date` > 1056957929

The row in the database:
domain | date
 www.legendsandlore.com | 1057000554

Domain in the database clearly matches domain in the query.  And date in the
database is clearly greater than the date in the query.  So why is this
query not returning any rows?  Is there something about using comparison
operators in a MySQL query that I don't know about?

I have checked and double checked the database name and the table name.  The
query is not invalid and is returning no error.. so it's defiinitely
working.  It's just not returning the data for some reason.

Your help is greatly appreciated.

- Kevin



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to