silversurfer19
Registered User.
- Local time
- Today, 14:15
- Joined
- Aug 20, 2008
- Messages
- 26
Hi, I'm not very experienced with SQL at all and am attempting to create a query which will allow me to select all numeric characters from a specific field of every record in a table, regardless of how many numeric characters there are, or the order they are in. The Field being examined is an address field and essentially all I want to do is remove the number, such as 21, from 21 High Street etc... I could just select the two left-most characters from the string, but it doesn't seem a very safe solution and there other addresses such as Unit 6, and I would like the number 6 from that also, and I don't know how to go about getting both.
Thanks in advance,
any help much appreciated.
Thanks in advance,
any help much appreciated.