Select by name partition

You are viewing an old version of this question. View the current version here.

Hi I want know the syntax for do a select by table partition. I use MariaDB 5.5.32.

By example: select * from table partition (p1); This is Only for version 10

There is any another solution or syntax in the version 5.5.

Thanks...

Answer

This is not avaible in 5.5. However the partition pruning performed by the optimizer should work like in MySQL 5.5.

Comments

Comments loading...
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.