Sir,
While using SAP B1 HANA, I have this query
select TO_DECIMAL("DocTotal",8,2) from ordr where "DocNum"=500
The result look like this
1377370.00
But I want this result
1,377,370.00
Please help me