I want to notify users that the server is undergoing maintenance and provide them with the remaining time until the maintenance is completed. However, I'm having trouble with the MySQL query.
This is the query I use:
1 |
|
Unfortunately, the query always returns null values.
The following is the table structure and data for your reference.
1 2 3 4 5 |
|
maintain |
Can you help me figure out what I might have missed?
Thank you in advance.
P粉1569834462023-09-12 21:13:06
solved.
1 |
|