alter table 表名 modify 字段名 类型;
alter table 表名 modify 字段名 属性名;
alter table TEST modify sbirthday not null;
 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2021-06-05
  • 2021-10-29
  • 2021-10-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-19
  • 2022-01-05
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案