📜  oracle sql alter view add column - SQL 代码示例

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

代码示例1
-- Views cannot be altered, they have to be recreated

-- If you want to add columns then just run the CREATE OR REPLACE VIEW 
-- statement again with a different select.