[EMAIL PROTECTED] wrote:
> --------------
> mysql> select * from msg where Author=6213 and (Saved='s' or Saved='n')
> order by ID;
> Empty set (0.00 sec)
> ---------------
> mysql> select COUNT(*) from msg where Author=6213 and (Saved='s' or
> Saved='n') order by ID;
> +----------+
> | COUNT(*) |
> +----------+
> |      191 |
> +----------+
> 1 row in set (0.01 sec)
> ----------------
> mysql> select ID from msg where Author=6213  order by ID;
> ......
> | 18540 |
> +-------+
> 220 rows in set (0.01 sec)

What does CHECK TABLE say?


-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com





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

Reply via email to