如何将数据库列的整数输入限制为特定的位数?
CREATE TABLE tab (id INT <1 digit> not null, value INT <10 digits> not null);
谢谢
mysql sql
mysql ×1
sql ×1