Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 java windows 应用程序。我将我的应用程序连接到远程数据库服务器并插入数据。但是当我执行我的应用程序时,它显示消息Duplicate entry 0 for key PRIMARY。我试图解决这个问题,但它仍然显示相同。我也使用 10 到 15 个表来插入数据。在输出中,错误消息(键 PRIMARY 的重复条目 0)即将出现,但未提及表名。
有人可以在这方面帮助我吗?
谢谢
这通常发生在将空值作为主键插入(或尝试插入)到表中时。如果您可以通过 mysql manager 或其他方式访问显示,请查看是否插入了带有空值的行。