我的空间,写我所写,禅我所藏

与我一起遨游吧

 

SQL统计查询

select count(*) from wf_flow_instance_info t where t.flow_id = '416'
/*
select count(*) from wf_document_statictis_view t
where t.flow_id='416' and t.writ_form_id = '161'-- t.flow_name like '%増容%'-- and t.writ_form_name like '%不予%'
*/
--select * from wf_flow_info t where t.flow_visible !='0'

/*
select count(*) from wf_flow_writ_ins_info w
where w.writ_form_id = '89'
and w.flow_instance_id in (
select ins.instance_id from wf_flow_instance_info ins where ins.flow_id='390'
)
*/

posted on 2006-11-22 16:15 imcb 阅读(510) 评论(0)  编辑  收藏 所属分类: 个人备份


只有注册用户登录后才能发表评论。


网站导航:
 

导航

统计

常用链接

留言簿(2)

随笔分类

随笔档案

文章档案

搜索

最新评论

阅读排行榜

评论排行榜