2022年8月9日

T-SQL

摘要: create table yourtable(column1 int primary key,....) --增加列alter table [TableName] add [P_ID] bigint not null default 0--删除列alter table [TableName] dro 阅读全文

posted @ 2022-08-09 14:06 小小先生、 阅读(41) 评论(0) 推荐(0)

导航