MySQL Forums
Forum List  »  Partitioning

Re: If you use a partition table in mysql5.5, Contact function
Posted by: Rick James
Date: February 28, 2013 09:34AM

Very few functions are allowed for defining partitions.
PARTITION BY RANGE TO_DAYS(...)
is typically used.

Explain how you are trying to use PARTITIONs.

Some comments on PARTITIONing:
http://mysql.rjweb.org/doc.php/ricksrots#partitioning

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: If you use a partition table in mysql5.5, Contact function
1492
February 28, 2013 09:34AM


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.