Can I do a request in there to see if the value.lowerCase() I am trying to insert is not already present in the table on sameField.toLowerCase() ?
s
SackCastellon
03/08/2019, 10:39 AM
I'm no expert in SQL but I think you cannot have sub queries inside a check constraint. One solution would be to check it manually or to use triggers, but for that you'll have to create them manually.