Hi,
Is there a function to do the following....
I have a table with approx. 900,000 records.
One of the columns(text) has values such as.....
4589
3211
12
999345
877
I would like to fill the column with 9 bytes preceeded with zeros...
so the above examples will output as:
000004589
000003211
000000012
000999345
000000000
000000877
Hope this makes sense....thanks in advance![]()