CatMackerel
Programmer
Hello,
I'm currently using a VARCHAR2 datatype for a telephone number field so that I can keep leading zeros, and I'd like to add a check constraint to the column so that only numeric characters are entered.
Is this possible, and if so, how?
Thanks in advance
I'm currently using a VARCHAR2 datatype for a telephone number field so that I can keep leading zeros, and I'd like to add a check constraint to the column so that only numeric characters are entered.
Is this possible, and if so, how?
Thanks in advance