sql基礎部分語句整理

-- 建立表 -- create table t_person( -- p_personId int(11) AUTO_INCREMENT, -- personName VARCHAR(50) not null, -- personAddress VARCHAR(50) not null, -- personSex bit default 0, -- personAge int not null,
相關文章
相關標籤/搜索