当前位置:数据库 > MySQL >>

mysql 插入语句出现异常

com.mysql.jdbc.exceptions.MySQLIntegrityConstraintViolationException: Duplicate entry '20093279' for key 'PRIMARY' 主要的意思是往student数据库插入学生,若如果这名学生已经存在就不插入,不存在时才插入。而现在的情况是,当插入已经存在的学生时系统正常,但是当插入不存在的学生是出现异常,所以说sql语句语法应该不会有错,可能是结构性错误,请大家指点一下,谢谢! 这是sql语句 insert into student select 001,张三 from student where not exists(select * from student where Sno=001
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,