摘要: declare --定义一个变量icount number(18);beginfor cur_entry in ( --查询的语句根据目录号、用户查询出entry_id,案卷号 select entry_id,file_code from am_c_entry where catalogue_cod 阅读全文
posted @ 2016-08-16 15:16 余先森 阅读(179) 评论(3) 推荐(0)
摘要: select count(*) from am_b_page a join am_b_entry b on a.entry_id=b.entry_id where b.catalogue_code='新政办发'and b.file_code=-1 and b.created_by='sa' am_b 阅读全文
posted @ 2016-08-16 12:05 余先森 阅读(286) 评论(5) 推荐(0)