StatisticianDB
Technical User
I'm trying to write a sp which would search through a text datatype for a certain "event =" keyword. And when found, will return all number right after the "event =" keyword.
ex) If the text contains %"event = 123"%, the sp should go out and find "event = " and return "123". Any ideas on how I might go about this in sql?
ex) If the text contains %"event = 123"%, the sp should go out and find "event = " and return "123". Any ideas on how I might go about this in sql?