What I've tried is as below:
mysql> select '[email protected]' REGEXP '[a-zA-Z0-9_]+(?:[\-\+\.][a-zA-Z0-9_]+)*@[a-zA-Z0-9_]+(?:[\-\.\+][a-zA-Z0-9_]+)*\.[a-zA-Z0-9_]+(?:[\-\.\+][a-zA-Z0-9_]+)*';
ERROR 1139 (42000): Got error 'repetition-operator operand invalid' from regexp
And I've no idea what's wrong with it.
Can anyone here give me the right one that can work?
Thanks a lot!