Hi to All,
with a simple query of the type :
I obtain output format
But I'd wish to obtain this output format :
Is it possible?
If yes, could Someone tell how it is possible?
Tanks in advance.
Gianni Pinna.
with a simple query of the type :
Code:
SELECT tot FROM clients;
Code:
tot |
------------------+
94,010000000000001|
But I'd wish to obtain this output format :
Code:
tot |
-----+
94,01|
Is it possible?
If yes, could Someone tell how it is possible?
Tanks in advance.
Gianni Pinna.