03 2022 档案

摘要:-- 1.添加字段-- 基本语法alter table 表 add 列名 字段类型 null-- 例:给学生表添加Telephone字段并指定类型为vachar,长度为50,可空alter table [dbo].[Student] add Telephone varchar(50) null; - 阅读全文
posted @ 2022-03-21 10:48 码农在搬砖 阅读(116) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示