We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c637957 commit 8944691Copy full SHA for 8944691
README.md
@@ -1,2 +1,8 @@
1
# SQL_Event_Scheduler
2
MySQL 事件觸發器
3
+
4
5
+ CREATE EVENT < event_name >
6
+ ON SCHEDULE < EVERY 1 DAY STARTS CURRENT_TIMESTAMP >
7
+ DO
8
+ DELETE FROM `mytable` WHERE `publish_date` /*Event Body*/
0 commit comments