hi all,
The following is my select query,
I got the right result while I ran this query in Oracle 10g (windows Server), but while i run this same query in Oracle 11g (Linux Server) i got the result as like this
##########. I don't know why this invalid '#' symbol occurs instead of the values. Kindly give your suggestion.
Thanks,
BlueSathish
The following is my select query,
Code:
select substr(trim(to_char(AMOUNT, '00000000000.00')),1,11) from mytable where status_code='V';
##########. I don't know why this invalid '#' symbol occurs instead of the values. Kindly give your suggestion.
Thanks,
BlueSathish
Comment