__* in Mysql regular expression

letdoit

New Member
I am refering one open source code. There I can found an sql with this kind of a filter.\[code\]select sometext from table1,table2 where table1.sometext LIKECONCAT('% ',table2.test_keyword,' %') AND table2.test_keyword NOTREGEXP '__*';\[/code\]What is that __* in this sql?
 
Top