hello Seniors,
i am using Oracle Database 10g Release 10.2.0.1. with Form 6i
i want to find difference between SYSDATE and the user entered date field in the format example;
select months_between(sysdate,to_date('15012010','ddmmyyyy')) ddiff from dual;
DDIFF
----------
1.66275911
but i want the query to separate "mmnth" and "ddays" into numeric columns and display like this ;
mmnth ddays
1 17