Advertisement
Guest User

Untitled

a guest
May 29th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. /** This table cannot include an auto incrementing numeric primary key **/
  2. alter table users partition by range(category_id)(partition p5 values less than (5), partition pn values less than maxvalue);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement