Hello all,
Two queries very similar are giving different row count. Can you please advice. TIA.
select count(*) from FBL.CELL
where exists
( select * from FBL.cell where cmpgn_cd = 'RS15001' and cell_st_dt = '2015-07-14'); Total 426308
But
select count(*) from FBL.cell where cmpgn_cd...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.