You've attempted to insert a duplicate value into the PK field(or a field with Unique Index)
Check the values(both in the table and what you want to insert) first
问题已解决. 上边的语句对者呢.
String condition="insert into biao1 values ('"+number+"','"+name+"','"+m+"','"+e+"','"+p+"')";
这个句子完全正确!