alter table tbname add pname varchar(64) unique not null default ''; 这样建不行吗
not Null的意义是什么 字段为真正的null会影响速度吗
我建表的时候
pname varchar(32) not null default '';这样写不行吗 应该怎样写
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
ringa_lee