标签:char ble varchar 创建 add bst key ddr lob
create table TbStudent
(
stuid integer not null,
stuname varchar(20) not null,
stusex bit default 1,
stubirth datetime not null,
stutel char(11),
stuaddr varchar(255),
stuphoto longblob,
primary key (stuid)
);
创建表语句
标签:char ble varchar 创建 add bst key ddr lob
原文地址:https://www.cnblogs.com/weilemeizi/p/14534505.html