Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
SQL / MySQL
Aggregate Functions
Backup Load
Command MySQL
Cursor
Data Type
Database
Date Time
Engine
Event
Flow Control
FullText Search
Function
Geometric
I18N
Insert Delete Update
Join
Key
Math
Procedure Function
Regular Expression
Select Clause
String
Table Index
Transaction
Trigger
User Permission
View
Where Clause
XML
Create « Event « SQL / MySQL
SQL / MySQL
Event
Create
1.
Create event at TIMESTAMP(CURDATE() + INTERVAL 1 DAY, '11:00:00')
2.
Create event
3.
Create an event: do insert
4.
CREATE EVENT ON SCHEDULE AT NOW() + INTERVAL 3 DAY
5.
Create event on several schedules
6.
Create event at NOW() + INTERVAL (8 - DAYOFWEEK(NOW())) DAY
7.
Create event on start ... end
8.
Create event on schedule
9.
Event with comments
10.
Show event creation