paul-rogers commented on issue #11929: URL: https://github.com/apache/druid/issues/11929#issuecomment-1095519674
The above syntax seems good. The key change from an earlier suggestion is the addition of the `DELETE` keyword, which allows the `DELETE ALL` clause. This seems OK. If we had a `DELETE NONE`, the statement would reduce to an `INSERT`. If we had no `SELECT` clause, it reduces to a `DELETE` statement. Seems to flow pretty well. -- 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]
