I have a column that contains the value: "Mandatory info on model l_90 with features games_14. Please provide the info for this model.[server=stack3_112] "
i want to run only the first part, "Mandatory info on model l_90 with features games_14" and exclude "Please provide info for this model" from the result.
I tried
model like '% Mandatory info on model l_90 with features games_14%'
in the select but it didn't give me what I wanted.