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't a problem
select * from t_reporte partition (2013_08_03);
This is error when do select by name partition.
[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.