Thanks Rahul for your previous answer
SELECT * FROM TFCT_CNTCT where date(TFCT_CNTCT.STRT_DT)
in
(
'01/05/2007', '01/04/2007'
)
is getting executed and giving results
------------------------------------------------------
but the following statement is not giving results.
SELECT * FROM TFCT_CNTCT where date(TFCT_CNTCT.STRT_DT)
in
(
select current date,current date -1 day from sysibm.sysdummy1
)
you could send me the answers to
mandla.srinivas@gmail.com