Add the support of the OR REPLACE for Tables, Views, and Functions
Open
orginux
opened this issue 2 years ago
•
0 comments
- [ ] Tables:
CREATE TABLE [OR REPLACE ]my_table doc;
- [ ] Views / Materialized Views:
CREATE [OR REPLACE] VIEW my_view AS SELECT.. doc;
- [ ] Functions
CREATE OR REPLACE FUNCTION my_func AS .... issue;