alter table tablename alter column colname newDataType

 

 

比如:ALTER   TABLE   mytable

ALTER COLUMN  mycol1    INT DEFAULT   0

相关文章:

  • 2022-12-23
  • 2021-10-19
  • 2021-11-13
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
  • 2022-12-23
猜你喜欢
  • 2021-11-15
  • 2021-12-08
  • 2021-12-08
  • 2022-12-23
  • 2021-11-28
  • 2021-11-28
  • 2022-02-09
相关资源
相似解决方案