i need to search a specific word in database, my query is like this:
mysql> SELECT * FROM test WHERE question REGEXP \'\\\\bis\\\\b\';
it