Dear List,
I want to convert the resultant numeric value of the subtracting 2 date columns in a table.

Eg:
select sysdate-joindate from emp

will result in a numeric value. I want this numeric value to be displayed as a date value.

Any clues

TIA

Venkat