MySQL Forums
Forum List  »  Partitioning

Re: After partition, query returns wrong result.
Posted by: yansheng lin
Date: May 19, 2006 01:10PM

Sorry, I need to add one more query in this post to illustrate the problem.

mysql> select department_id, book_id, log_hour from books where book_id = 266 and department_id = 1;

.
.
.
| 1 | 266 | 2006-05-19 03:00:00 |
| 1 | 266 | 2006-05-19 04:00:00 |
| 1 | 266 | 2006-05-19 05:00:00 |
| 1 | 266 | 2006-05-19 06:00:00 |
| 1 | 266 | 2006-05-19 07:00:00 |
| 1 | 266 | 2006-05-19 08:00:00 |
| 1 | 266 | 2006-05-19 09:00:00 |
+----------------+-------------+---------------------+
586 rows in set (0.02 sec)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: After partition, query returns wrong result.
2247
May 19, 2006 01:10PM


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.