Hi there
Is there a way in SQL Developer's setting or preference where I can set the default format masking for numbers in the query result so that I don't have to wrap the numbers with TO_CHAR to format the numbers every time I query something.
All I want is a comma for every three digits and round to two decimal places. I wonder if there is a setting for this?
