i have a problem that i want to create an trigger that checks the Pincode number is exactly six of digit or not.
please tell me an detail answer.
|
i have a problem that i want to create an trigger that checks the Pincode number is exactly six of digit or not. please tell me an detail answer. |
|||||
|
|
I suppose you mean a character column in your question, if so - you can achieve this without trigger but using check constraint like this:
Running these inserts:
Will result the error:
But this one goes ok:
|
|||
|
|