I have a query that returns results .. and the results are fine, but the format I cannot figure out.
I want it to show .. 3.20 or 3.00, with 2 decimal places including showing the trailing zeros. I am getting 3.2 and not what I want.
Format in the table is "Fixed" .. and Precision 5, Scale 2 and Decimal 2. Field size is decimal.
Any advice appreciated ?