P
Plasma101
Guest
Guys I have a Linked table which I need to query, in the query I need to strip out all the leading zeros on part numbers that do not have an alpha Character i.e.
Before:
000000000019759603
000000000009759603
000000000009759603
0108A2
0108B3
0108C3
Result wanted:
19759603
9759603
9759603
0108A2
0108B3
0108C3
So my question is how do I get the query to give me the results I require.
Any advice would be appreciated
Thanks
Chris
Before:
000000000019759603
000000000009759603
000000000009759603
0108A2
0108B3
0108C3
Result wanted:
19759603
9759603
9759603
0108A2
0108B3
0108C3
So my question is how do I get the query to give me the results I require.
Any advice would be appreciated
Thanks
Chris