I need to pull a specific substring from a string of the form:
foo=abc;bar=def;baz=ghi
For example, how would I get the value of \"bar\" from t
look into the PATINDEX function. It has wildcard matching which should help you..