17,382
社区成员




select fvolume,fcode, fname from tb_secpossession where fsetid = 'SB0204' and ftype='GP' and fdate = to_date('2008-1-8','yyyy-mm-dd') and fvolume <> 0
select * from tb_secpossession where fsetid = 'SB0204' and ftype='GP' and fdate = to_date('2008-1-31','yyyy-mm-dd') and fcode ='002203'
select 你要的字段 from tb_secpossession where (fsetid = 'SB0204' and ftype='GP' and fdate = to_date('2008-1-8','yyyy-mm-dd') and fvolume <> 0) or (fsetid = 'SB0204' and ftype='GP' and fdate = to_date('2008-1-31','yyyy-mm-dd') and fcode ='002203')