select count(2)
from vw_pmcthtdj A
WHERE a.HTBL_ID not in (select jg.jgjs_htid
from PMCTJGJS jg
where jg.JGJS_SFXX = '1'
and jg.jgjs_spzt = '11'
and jg.jgjs_htid = a.HTBL_ID) /*and len(HTBL_TBDWMC)>0*/
and (a.LSXM is null or a.LSXM <> '1') and htbl_tbdwmc like '上海市政建设有限公司%' and htbl_yjjgrq is null
相关文章
- 11-20【数组】989. 数组形式的整数加法
- 11-20推荐系统+因果推断(二)——kdd‘21用反事实推理缓解召回阶段的数据流行度偏差Model-Agnostic Counterfactual Reasoning for EliminatingPopu
- 11-20记一次Hbase的行键过滤器事故问题
- 11-20关于电信cdma基站nid,sid,bid的解释
- 11-20一个伟大的发现,装X一下。笔记本win7系统64位机器执行unity 时,屏幕模糊解决的方法
- 11-20BiLSTM-CRF模型中CRF层的解读
- 11-20判断机器CPU的大小端模式并将数据转换成小端形式
- 11-20【Luogu】P1072 Hankson 的趣味题 题解
- 11-20虚拟树Demos\Minimal 简单的例子
- 11-20推荐系统+因果推断(二)——kdd‘21用反事实推理缓解召回阶段的数据流行度偏差Model-Agnostic Counterfactual Reasoning for EliminatingPopu