Is there a function in SQL 2000 do do a LPAD like there is in ORACLE. I need to put Leading 000's in front of one of the columns to make it a total of 11 char. some have only 4 up to 11.
I need them from this
4978
125498
1238764982
to look like this
00000004978
00000125498
01238764982
Thank you
Greg
I need them from this
4978
125498
1238764982
to look like this
00000004978
00000125498
01238764982
Thank you
Greg