Quantcast
Channel: dBforums – Everything on Databases, Design, Developers and Administrators
Viewing all articles
Browse latest Browse all 13329

Is It Possible to Format The output of a number?

$
0
0
Hi to All,

with a simple query of the type :

Code:

SELECT tot FROM clients;
I obtain output format
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.

Viewing all articles
Browse latest Browse all 13329

Trending Articles