I need help
As in SQL you can format phone numbers, with a
N_Cel varchar(8) check((N_Cel)like '[2|7|8|5][0-9][0-9][0-9][0-9][0-9][0-9][0-9]') NOT NULL,
I want to do the same in MySQL but it makes a mistake, could someone explain to me?
Thanks in advance