Код: Выделить всё
select *
from Users
where mail regexp '^[a-zA-Z][a-zA-Z0-9._-]*@leetcode.com$'
Подробнее здесь: https://stackoverflow.com/questions/795 ... ng-matched
Код: Выделить всё
select *
from Users
where mail regexp '^[a-zA-Z][a-zA-Z0-9._-]*@leetcode.com$'