MySQL Forums
Forum List  »  General

ERROR 1032 (HY000): Can't find record in ''
Posted by: Steve Cersosimo
Date: May 08, 2005 02:06PM

Current version: mysql-standard-4.1.11-sun-solaris2.8-sparc

I am getting this error when performing the following query. It worked in previous versions (specifically 3.23).

select User_Name,count(*) as count
from 05_08_05
where concat(Record_Date,' ',Record_Time) > date_sub(now(),interval 60 minute)
group by User_Name
order by count desc
limit 10;

This is a relatively large table 8,274,677 rows. I can provide more details if needed (table & index description, etc.).

Any help would be appreciated.

Steve

Options: ReplyQuote


Subject
Written By
Posted
ERROR 1032 (HY000): Can't find record in ''
May 08, 2005 02:06PM


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.