Skip to content

Tag: sql

Compare previous row’s date in grouped query [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question I calculate hours that the air temperature below 7.22. I want to do this calculation on the S…

Possible for a MySQL trigger to silently fail?

I’m pulling my hair out trying to debug something. We have large raw tables where ecommerce data gets added to at high. We have summary tables that are populated via insert, update, and delete triggers which are used when users query from our UI. So, those two tables should “match” which is …