ORACLE数据库,在其中一个表最后添加了两个字段
  alter table your_table add (column1 col_type1,clumn2 col_type2...);
  your_table :表名
  column1/column2 :字段名
  col_type1/col_type2 :字段类型

相关文章:

  • 2022-01-27
  • 2022-12-23
  • 2021-11-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2022-12-23
  • 2021-11-11
  • 2022-02-14
  • 2021-06-29
  • 2022-02-03
  • 2022-02-02
相关资源
相似解决方案