On Saturday 01 March 2003 17:30, miniwar at netvigator dot com wrote:

> >Description:
>
> Dear sir,
>    When I execute the command "select * from user_info where regdate <
> now()- interval 9 day and phone_confirmed is null and email is null and
> last_online<now()-interval 10 day" got 770 rows result. But when I execute
> "update user_info set email="1" where regdate < now()- interval 9 day and
> phone_confirmed is null and email is null and last_online<now()-interval 10
> day" got 0 rows is updated.
>
> Also "delete from user_info where regdate < now()- interval 9 day and
> phone_confirmed is null and email is null and last_online<now()-interval 10
> day" got nothing is deleted.
>
> Is there anything wrong on the update and delete command? Or it just a bug
> of MySQL server? Thank you!

It's a bug :(
Thank you for bug report!


-- 
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





---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to