Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

Numeric string format in HANA

$
0
0

How do I get string value of "100.50" from decimal value of 110.5? In SQL I can do CONVERT(NUMERIC(3, 2), '100.5'), but in HANA, TO_DECIMAL('100.5', 3, 2) still returns 100.5, not 100.50.


Viewing all articles
Browse latest Browse all 6412

Trending Articles