1)Is there any way to suppress timestamp for 12:00:00 value from a date column with TO_CHAR? except that value we should display time value for date column, like this
01/12/2009 01:15:01 , 01/12/2009 12:00:00
this should be like
01/12/2009 01:15:01 , 01/12/2009
2) Can I display "0." decimal infornt of numeric value? I used to_char('0.1','9999990.99') , but its displays leading spaces How can I toggle fm for numeric values ?
Thanks,
Hesh.
Edited by: Hesh on Jun 23, 2009 12:27 AM