Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
mysql -h hostname -u username -ppassword -e "DELETE FROM table WHERE условие"
CREATE EVENT delete_rows
ON SCHEDULE AT CURRENT_TIMESTAMP + INTERVAL 1 DAY
DO
DЕLЕТЕ FRОМ myschema.tbl;
delete FROM [dbo].[Logs] where datediff(day, shiftdate, getdate()) > 1