tomsun28 commented on PR #2413: URL: https://github.com/apache/hertzbeat/pull/2413#issuecomment-2260315394
hi @Aias00 , how about this similar pr https://github.com/apache/hertzbeat/pull/2329 @pwallk describe > the delNum argument cannot be passed correctly and should be changed instead:delete from hzb_history limit ?1,secondly postgresql does not support delete followed by limit,Therefore, it should be deleted with nested subqueries (earlier MySQL versions did not support nested subqueries, such as 5.7, 5.6, so two layers of nesting are used). -- 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]
