Jan 5, 2005 #1 zatch MIS Oct 11, 2001 75 US I have varchar field whose data looks similar to this: 0000345 0023456 0123456 0000001 What I need to do is "trim" the zero's from the beginning of each record. Any help is greatly appreciated. Zatch
I have varchar field whose data looks similar to this: 0000345 0023456 0123456 0000001 What I need to do is "trim" the zero's from the beginning of each record. Any help is greatly appreciated. Zatch
Jan 5, 2005 1 #2 dbomrrsm Programmer Feb 20, 2004 1,709 GB Code: select cast(yourfield as numeric) [blue]DBomrrsm[/blue] Upvote 0 Downvote