Posts by tyler • 33 points
1 post
-
3
votes1
answer68
viewsQ: Prevent the insertion by the user of the same number of CPF in three different fields
In a table I carry the number of patient, doctor and attendant. I’m trying to stop the person from scheduling the 3 with the same values. Like: INSERT INTO agenda(cpf_atendente, cpf_paciente,…