用友U8清除站点异常任务SQL语句

清除站点异常任务

use ufsystem delete from ua_task where ctaskid in(select ctaskid from ua_tasklog where taskstate='-1')

use ufsystem DELETE FROM UA_TaskLog  WHERE taskstate = '-1'

猜你喜欢

转载自blog.csdn.net/jamesdodo/article/details/81179175