do not drop an inexisting view
This commit is contained in:
parent
ae53e794eb
commit
5f6bb97820
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
drop view v_quant_detail;
|
||||
--drop view v_quant_detail;
|
||||
create or replace view v_quant_detail as
|
||||
with quant as
|
||||
(select
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue