mysqlupdate语句问题
来源:动视网
责编:小采
时间:2020-11-09 16:32:33
mysqlupdate语句问题
mysqlupdate语句问题:mysqlupdate 如题,下面是我的写的一段SQL,为什么运行时很卡,最后超出时间无法执行了?update overseas_contract_material set executedNum = executedNum-12 where contractId = 'ef556813-e5ae-e5a9-9157-f
导读mysqlupdate语句问题:mysqlupdate 如题,下面是我的写的一段SQL,为什么运行时很卡,最后超出时间无法执行了?update overseas_contract_material set executedNum = executedNum-12 where contractId = 'ef556813-e5ae-e5a9-9157-f

mysqlupdate
如题,下面是我的写的一段SQL,为什么运行时很卡,最后超出时间无法执行了?
update overseas_contract_material set executedNum = executedNum-12 where contractId = 'ef556813-e5ae-e5a9-9157-f91f963ee570' and materialId = '184';
mysqlupdate语句问题
mysqlupdate语句问题:mysqlupdate 如题,下面是我的写的一段SQL,为什么运行时很卡,最后超出时间无法执行了?update overseas_contract_material set executedNum = executedNum-12 where contractId = 'ef556813-e5ae-e5a9-9157-f