I'm trying to implement this query:
SELECT word FROM TWL06 WHERE word REGEXP '^(.*?[AEP]){2,}'
right now, but it returned regexp function don't exist error. I know I have to make custom sql function but there is no detailed example for that. Is there any idea for that?
2.1m questions
2.1m answers
60 comments
57.0k users