问题描述:
速达3000PRO升级时,系统出现“违反了UNQIUE KEY 约束‘uq_invoice’.不能在对象‘invoice’中插入重复键”的错误提示.
解决方法:
建议您:A、删除invoice表单的uq_invoice约束 B、select * from invoice where code in (select invoiceid from invoice group by code having count(*)>1) order by code /*通过该查询语句,可查找是否存在相同的销售开单单号*/ C、delete from invoice where referbillid is null and refercount15 and invoiceid=‘上述B
正确操作使用软件,如果软件有何问题,请随时致电科睿电脑软件技术人员,24小时技术支持。