MySQL Forums
Forum List  »  Partitioning

How to specify partition name while insert
Posted by: Himani Goel
Date: April 27, 2008 04:37PM

Hello Everyone,

I'm a new to partitions and have a query for which I couldn't find any answer on the internet.

I've a partitioned table, while inserting data into the table, I'm running multiple threads and hence, need to specify partition name specifically in the insert statement. But I don't know how to specify that. I understand that mysql takes care of putting the data into right partition while performing insert but is there a way to still specify the partition name in the insert statement, what wud be the syntax of that.

Thanks.

Options: ReplyQuote


Subject
Views
Written By
Posted
How to specify partition name while insert
4947
April 27, 2008 04:37PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.