If you have a numeric column, all you have to do is use a to_char
with the right parameters; this should do the work:
select to_char(column1, '00000000000000000D000000', 'NLS_NUMERIC_CHARACTERS = ''.,'''
If you have a numeric column, all you have to do is use a to_char
with the right parameters; this should do the work:
select to_char(column1, '00000000000000000D000000', 'NLS_NUMERIC_CHARACTERS = ''.,'''