Sybase 删除表的某列sql:

--想删除字段temp1(该字段的所有值已置为null)
alter table nh_bill_detail drop temp1;

 

相关文章:

  • 2022-12-23
  • 2021-05-25
  • 2021-12-27
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
  • 2021-09-12
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案