clickhouse-sql-parser icon indicating copy to clipboard operation
clickhouse-sql-parser copied to clipboard

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;

orginux avatar Nov 02 '23 15:11 orginux