MySQL Forums
Forum List  »  Partitioning

Why null errors in partition insert without nulls ??
Posted by: Jorge Torralba
Date: July 13, 2010 12:21PM

I have a table with 3 columns that is partitioned.

if I remove the partition for nulls I get this error

insert into test values(1,'testname', 9);
ERROR 1526 (HY000) at line 1: Table has no partition for value NULL

why am I getting null errors when there is no null in the insert???

Options: ReplyQuote


Subject
Views
Written By
Posted
Why null errors in partition insert without nulls ??
3056
July 13, 2010 12:21PM


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.