drop view before recreating it
This commit is contained in:
parent
709141e143
commit
24fe64c79f
1 changed files with 2 additions and 0 deletions
|
|
@ -185,6 +185,8 @@ select insert_menu();
|
|||
|
||||
drop function insert_menu();
|
||||
|
||||
drop view v_all_menu;
|
||||
|
||||
CREATE OR REPLACE VIEW v_all_menu AS
|
||||
SELECT pm.me_code,
|
||||
pm.pm_id,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue