摘要:
--删除字段alter table studentinfo drop column abc; --修改字段类型alter table studentinfo alter column stutel set data type char(11);(颜色标记为,与SQL Server的区别) 增加字段 阅读全文
posted @ 2019-08-08 16:35
code前行
阅读(450)
评论(0)
推荐(0)
|
摘要:
--删除字段alter table studentinfo drop column abc; --修改字段类型alter table studentinfo alter column stutel set data type char(11);(颜色标记为,与SQL Server的区别) 增加字段 阅读全文
posted @ 2019-08-08 16:35
code前行
阅读(450)
评论(0)
推荐(0)
|