I need to display a sql column Amount in a format of 15 Integers and 3 decimal places (18 length).
- Add extra zero's dynamically to complete the length 18
- Decimal(.) will also be replaced by a Zero
For Example :
$2,494.60 will be displayed as 000000002494060
Is it possible to achieve it using SQL ?