How to write a check constraint to verify if login is correct or not?
I searched the internet for 2 days to find the answer and couldn’t. Basically I have this as a problem : "The login is composed of the first letter of the first name and the first 7 letters of the name (in lowercase) followed by two numbers." My problem relies in the last 4 words… Read More How to write a check constraint to verify if login is correct or not?