I have two columns. One column contains string values and another column contains decimal values. I want to select the decimal value by selecting the string value.
string decimal
Jewel 10
Hasan 20
How do I select Jewel so it will return 10?
Try this:
Or, if you need the first occurence of “Jewel” use this: