Re: After partition, query returns wrong result.
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)
Subject
Views
Written By
Posted
3583
May 19, 2006 12:23PM
2451
May 19, 2006 12:30PM
Re: After partition, query returns wrong result.
2295
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.