sql 约束问题
字段名 字段属性 default ‘默认值’
字段名 字段属性 not null 非空约束
字段名 字段属性 unique 唯一约束
字段名 字段属性 primary key 主键约束
字段名 字段属性 primary key auto_increment 主键且自增 zerofill零填充
mysql中查询语句可以只有select
其他数据库格式为 select from
select now() from dual (dual)为凑格式用