Hi all,
i am using source as oracle query and i wanted to put date variable instead of manual date in the below query.
select * from sample where
'20-JAN-2018' BETWEEN start_date AND end_date
AND '20-JAN-2018' BETWEEN effective_start_date AND effective_end_date
in place of '20-JAN-2018' , i wanted to create variable in ssis and i need to pass that variable.could any one suggest me how to do here.
quick response is really appreciated.
Thanks