Running query from Java code no chance to change the global preferences. I have to print 123.34
as 123.3400000000000
ie. with 13 digits after the decimal point without losing any values
CAST(SUM(F.TOTAL_DOCUMENT_CHARS) AS DECIMAL(18,0))/1000 AS "DOC CHARS"
by changing global preferences to default format getting 14891.4530000000000
, without that as well I need to get
Expected output : 123.3400000000000