abluesky

 

在 SqlServer 中用 In 语句的注意 Null 值

select * from PM_CONPROGRESSPAYSUM where FID
 not in
(Select FParentID from PM_CONPROGRESSPAYSUM where FParentID is not null )

posted on 2008-03-07 15:11  深蓝色天空  阅读(499)  评论(0编辑  收藏  举报

导航