SqlServer2

create table TableName(

id int identity(1,1) primary key not null,

name varchar(50) not null

)

你可能感兴趣的:(后端,数据库,sql,mysql)