davedwwang commented on issue #21834: URL: https://github.com/apache/doris/issues/21834#issuecomment-1658199573
@Thank you for your reply. If I want to implement this requirement, the following tasks need to be done: Add a new syntax for "create or replace table/view as select". "create or replace table/view as select" is a transaction because when the table/view exists, it involves two actions: create and replace. The atomicity of these actions needs to be guaranteed. Is this correct? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org