Comments - Does MariaDB Support Partitioning?
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.
Hi, I haven a problem with partitions example: select * from t_reporte partition (2013_08_03);
this is the error when I select 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.