摘要: PreparedStatement ps = connection.prepareStatement("INSERT IGNORE INTO your_table (column1, column2) VALUES (?, ?)"); 这将忽略所有因为违反唯一性约束而导致的错误。 阅读全文
posted @ 2025-03-21 16:02 XUMT111 阅读(9) 评论(0) 推荐(0)