📜  如何在 psql 代码示例中更新列名

📅  最后修改于: 2022-03-11 15:05:17.045000             🧑  作者: Mango

代码示例3
ALTER TABLE order_details
  DROP COLUMN notes;