the selected values of my query are like
gruppo-1_some_text
gruppo-12_some_other_text
But I’d like to have only
some_text
some_other_text
So I would need to substract 'gruppo-d+_'
from the initially selected strings.
I don’t have REGEXP_REPLACE
and the like on mysql 5.7.39, so I can’t figure out how to do it, if ever possible…
2
Answers
See example
fiddle