How do I convert a number to a string without
a. getting the decimal point
c. padded zeros on the number field
for example
1118301 is the nbr, after conversion it becomes '1118301.'
i tried using this
varchar(int(nbr_field)), it gives me positive results but the number field is greater than integer specs and the query bombs when it encounters a number greater than int..
allocation for the nbr field is =12,
unfortunately bigint() is not working
please HELP !!!!!!!!!
THANKS A LOT FOR UR HELP
a. getting the decimal point
c. padded zeros on the number field
for example
1118301 is the nbr, after conversion it becomes '1118301.'
i tried using this
varchar(int(nbr_field)), it gives me positive results but the number field is greater than integer specs and the query bombs when it encounters a number greater than int..
allocation for the nbr field is =12,
unfortunately bigint() is not working
please HELP !!!!!!!!!
THANKS A LOT FOR UR HELP