时间:2021-07-01 10:21:17 帮助过:67人阅读
例如:
create table news
(
news_id int primary key identity(1,1),
news_title varchar(50) not null,
news_author varchar(20) ,
news_summary varchar(50),
news_content text not null,
news_pic varchar(50)
)
SQLserver如何创建一个表
标签:har author tle sqlserver tab not char table sum