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?
1.4m articles
1.4m replys
5 comments
57.0k users