DELETE from wcmwebsite where siteid not in (124,120,66,108,35,52,101,91,76,88,184,195,188,177,194,193,187,190,183,186,191,189,175,176,180,179,174,169,130,166,165,164,199,198,197,173,182,155,171,196);
-- 删除多余栏目
@@ -44,6 +44,8 @@ DELETE from xwcmdbfieldinfo where TABLEID not in (SELECT TABLEINFOID from xwcmta
-- --------数据记录
-- chnldoc记录
DELETE from wcmchnldoc where CHNLID not in (SELECT CHANNELID from wcmchannel);
+-- 时间: 609.133s
-- document
DELETE from wcmdocument where docchannel not in (SELECT CHANNELID from wcmchannel);