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,
相关文章
相关标签/搜索