Re: Partitions didn`t work for me
CAST() and DATE_FORMAT() are not allowed as partitioning functions, as CAST() cannot be guaranteed to produce an integer result, and the result of DATE_FORMAT() is always a string.
Also, nested function calls are not permitted in partitioning expressions.
Jon Stephens
MySQL Documentation Team @ Oracle
MySQL Dev Zone
MySQL Server Documentation
Oracle
Subject
Views
Written By
Posted
4227
November 22, 2007 04:52AM
3387
November 22, 2007 05:13AM
2952
November 22, 2007 05:17AM
2949
November 22, 2007 05:51AM
Re: Partitions didn`t work for me
2703
December 08, 2007 01:42AM
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.