I've got a field in my database, and I want to retrieve all characters to the left of the first number value encountered. I'm not quite sure how to accomplish this
Here is an example of a field I'm working with:
PREDNISONE 10 MG = 2 TAB (10 MG = 2 TAB TAB)
I want to retrieve the value:
PREDNISONE
Any ideas?
Here is an example of a field I'm working with:
PREDNISONE 10 MG = 2 TAB (10 MG = 2 TAB TAB)
I want to retrieve the value:
PREDNISONE
Any ideas?
Comment