MySQL: REGEXP statement works incorrect
Why this SELECT "»" REGEXP "^[-а-я]*$" SQL statement returns 1 (true). Symbol "»" doesn't match this regular expression. In other case, it works correctly with symbol "«": BINARY after REGEXP doesn't resolve problem