How can I make timers with sql? So for example if I give it 120 seconds so after 120 seconds the value will be 0 or removed. I know the way of making updates every second... But this is bad and will cause massive lags on the server. Thanks!
如何用sql制作计时器?因此,例如,如果我在120秒后给它120秒,则该值将为0或被移除。我知道每秒更新的方式......但这很糟糕,会导致服务器出现大量滞后。谢谢!
1 个解决方案
#1
-1
For MySQL, you can use Event Scheduler.
对于MySQL,您可以使用事件调度程序。
#1
-1
For MySQL, you can use Event Scheduler.
对于MySQL,您可以使用事件调度程序。