Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the support of the OR REPLACE for Tables, Views, and Functions #23

Open
3 tasks
orginux opened this issue Nov 2, 2023 · 0 comments
Open
3 tasks

Comments

@orginux
Copy link
Contributor

orginux commented Nov 2, 2023

  • 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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant