spiff2002
IS-IT--Management
- Jan 31, 2003
- 40
is there a function to find numbers in a string? Varchar type or any kind of stirng type?
We have a large item master table for wines. In the original design, the vintage was included in the description. I am trying to create a second column with the vintage. I already know that this won't work 100% because they might be items that have numbers as part of the description but a functions like this woud help me cover close to 85 to 90% of the items.
Example:
Description "Folonari 05 Pinot Grigio" I would like to split it into to columns
Descr Vintage
"Folonari Pinot Grigio" 05
I will deal with the four digit format later.
Thank you in advance for any ideas
Frank
We have a large item master table for wines. In the original design, the vintage was included in the description. I am trying to create a second column with the vintage. I already know that this won't work 100% because they might be items that have numbers as part of the description but a functions like this woud help me cover close to 85 to 90% of the items.
Example:
Description "Folonari 05 Pinot Grigio" I would like to split it into to columns
Descr Vintage
"Folonari Pinot Grigio" 05
I will deal with the four digit format later.
Thank you in advance for any ideas
Frank