N
Natalie
How can I pad a field with spaces if it’s a character, numeric or date?
For example Customer Name (14) Telephone Number (20) FeeAmt (15)
“Jones “ “ 8772774000“ “ 15.41â€
What should I do in my query to tell it to pad each field with spaces if the
value is not the size of the field?
For example Customer Name (14) Telephone Number (20) FeeAmt (15)
“Jones “ “ 8772774000“ “ 15.41â€
What should I do in my query to tell it to pad each field with spaces if the
value is not the size of the field?