随笔分类 -  maximo

摘要:MAXIMO批量删除应用程序 declare cursor c_data is select * from maxapps where description in ('卷包点检汇总表','动力工单汇总查询','设备运行汇总'); c_row c_data%rowtype;begin for c_row in c_data loop delete ... 阅读全文
posted @ 2013-09-09 22:36 Oo笨蛋 阅读(391) 评论(0) 推荐(0)