-
END_DT >= DATE_SUB(NOW(), INTERVAL 10 MINUTE) I am trying to use the corresponding phrase in mysql, how can I use it? |
Beta Was this translation helpful? Give feedback.
Answered by
adas98012
Sep 20, 2022
Replies: 1 comment 1 reply
-
Here is the MySql documents on usage of various Date-Time functions: https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html Hope, you find it useful for your case. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adas98012
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is the MySql documents on usage of various Date-Time functions:
https://dev.mysql.com/doc/refman/8.0/en/date-and-time-functions.html
Hope, you find it useful for your case.