MySQL學習筆記(3)--列屬性(字段屬性)

·簡單屬性 ·null 表明字段爲空web ·默認值 defaultsql create table my_default( name varchar(10) not null, --不能爲空 age int default 18 --默認值改爲18 )charset utf8; insert into my_default values('jack',default);
相關文章
相關標籤/搜索