Mysql table partition

Hi

how to create this select “SELECT * FROM employees PARTITION (p1);”

Partition(p1) is problem.
https://dev.mysql.com/doc/refman/5.6/en/partitioning-selection.html

Thanks