Good day to all. Id like to ask someone if this script in INPUT MASK part is it possible?
I just want to obtain a phoneNo. same as in ACCESS, but I don't know how to do it in MySQL.
All advice will appreciated very much. Thanks in advance.
| Code: |
| CREATE TABLE tblSuppliers (
supplierId int(4) UNSIGNED ZEROFILL AUTO_INCREMENT NOT NULL, phoneNumber VARCHAR(12) INPUT MASK !\(999") "000\-0000;0;_, remark VARCHAR(255), PRIMARY KEY (supplierId), )TYPE MyISAM; |
I just want to obtain a phoneNo. same as in ACCESS, but I don't know how to do it in MySQL.
All advice will appreciated very much. Thanks in advance.
