泛微OA-重装修改盘符



update SystemSet set filesystem = replace(filesystem, 'E:\', 'D:\'), filesystembackup = replace(filesystembackup, 'E:\', 'D:\'), picturePath = replace(picturePath, 'E:\', 'D:\'), emlPath = replace(emlPath, 'E:\', 'D:\')

update DocSignature set markPath = replace(markPath, 'E:\', 'D:\')

update DocMould set mouldPath = replace(mouldPath, 'E:\', 'D:\')

update ImageFile set filerealpath = replace(filerealpath, 'E:\', 'D:\')

update DocMouldFile set mouldPath = replace(mouldPath, 'E:\', 'D:\')

update workflow_nodehtmllayout  set syspath = replace(syspath, 'E:\', 'D:\')

update mailResourceFile set filerealpath = replace(filerealpath, 'E:\', 'D:\')

update mailResource set emlpath = replace(emlpath, 'E:\', 'D:\')

update hpElementImg set FILEREALPATH = replace(FILEREALPATH,'E:\','D:\')

update modehtmllayout set syspath = replace(syspath,'E:\','D:\')

你可能感兴趣的:(泛微,OA,sql,泛微,OA,sql)