Hello everyone, I have this request:
SELECT URL FROM t_links ORDER BY ID = ID + 1 DESC
So, this request is made when the timer is triggered, each time the timer is called, the ID should increase by 1, but for some reason this only happens 1 time: (Tell me how to fix the error ...