请问primary key for table xs ' is not unique 原因
sqlstate:23000
[sybase][odbc driver][ adaptive server anywhere] integrity constraint violation:primary key for table xs ' is not unique
这是我写入的SQL语句
insert into xs
values('081101','王林','计算机',1,'1990-02-10',50,null);
execute 时出现的语句,xs是我定义的表,主键设为学生 ,我不知道问题出在哪里,我刚学,自己搞了很久都不会,希望有朋友可以指点一下。