davedwwang commented on issue #21834: URL: https://github.com/apache/doris/issues/21834#issuecomment-1658201188
@catpineapple Thank you for your reply. If I want to implement this requirement, the following tasks need to be done: 1、Add a new syntax for "create or replace table/view as select". 2、"create or replace table/view as select" is a transaction because when the table/view exists, it involves two actions: delete and create. 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
