code前行

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2019年8月8日

摘要: --删除字段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)