Add constains to column
I want to add a constrain to the column but it throws an error. Any suggestions?
4 Replies
What's the error it's throwing? The code you posted is missing a closing bracket
Additionally I'd say it has to be
AND
instead of &&
"
Afaik you could also use
BETWEEN X AND Y
is exactly what I was looking for! Thank you.np, while I was testing it, I wanted to delete the constraint again, but when I wanted to just empty the field and save the column again I got an error. Not sure if it's the same for you, but if so, you can drop the constraint with this:
Feel free to add the "✅ Solved" tag to your post 🙂
Done, thank you