Example Words: a, akkka, akokaa, kokoko, kakao, oooaooa, kkako, kakaoa
I need the regexp witch gives words with 2 or less 'a' but not the words without 'a'
Result: a, akka, kakao, oooaooa, kkako
Ok actually I am using:
SELECT word FROM dictionary_gr WHERE word REGEXP 'λ{2,3}' LIMIT 0 , 30
this returns 0 lines there are words with 2 λ's and 3 λ's