select newph,jh,place,gx from bb_place where newph in (select newph from bb_roll where scrq is null) and jh in(select jh from bb_roll where scrq is null ),我怎么把上面过滤出来的数据在数据窗口中显示出来
...全文
466打赏收藏
有关数据窗口内容显示的问题
select newph,jh,place,gx from bb_place where newph in (select newph from bb_roll where scrq is null) and jh in(select jh from bb_roll where scrq is null ),我怎么把上面过滤出来的数据在数据窗口中显示出来