Dear Diter,
Thanks for your quick reply.
i have been created UDF which you have posted for me, it is giving the results in seconds format as you said.
after that i need to divided by 60, so that exactly it will be given in minutes.
SELECT TimeStamp_Diff_Seconds (TIMESTAMP '2011-01-10 23:00:00' ,TIMESTAMP '2011-01-17 22:00:00' ) --601200 Second
SELECT 601200/60=10020--MINUTES
Can i have any UDF which will give directly in minutes. OBIEE 11g(Reporting tool ) is accessing objects from td and will be generated the query as per business requirement. If I have UPF which will be given results in minutes.so that I can incorporate this UDF into OBIEE level.So that whenever business users requires for differ in minutes obviously it will be pointed to our UDF (MINUTES). Please help me
thanks for advance
Dear Diter,
Thanks for your quick reply.
i have been created UDF which you have posted for me, it is giving the results in seconds format as you said.
after that i need to divided by 60, so that exactly it will be given in minutes.
SELECT TimeStamp_Diff_Seconds (TIMESTAMP '2011-01-10 23:00:00' ,TIMESTAMP '2011-01-17 22:00:00' ) --601200 Second
SELECT 601200/60=10020--MINUTES
Can i have any UDF which will give directly in minutes. OBIEE 11g(Reporting tool ) is accessing objects from td and will be generated the query as per business requirement. If I have UPF which will be given results in minutes.so that I can incorporate this UDF into OBIEE level.So that whenever business users requires for differ in minutes obviously it will be pointed to our UDF (MINUTES). Please help me
thanks for advance