Comments - Does MariaDB Support Partitioning?

10 years, 7 months ago Carlos Mejia

Hi, I have a problem with partitions example: select * from t_reporte partition (2013_08_03);

this is the error when I select by partition name

[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '(2013_08_03)' at line 1

I have maria 5.5.32 help me please.

 
10 years, 7 months ago Elena Stepanova

The syntax you are trying to use is supported in MariaDB 10.0.4, but not in 5.5.

 
10 years, 7 months ago Carlos Mejia

There is some syntax for this in MariaDB 5.5.32. Or another solution.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.