Date and time values are some of the most important datatypes in
an RDBMS. From tracking order dates to payroll hours,
DATE
and DATETIME
datatypes are used in
all types of applications. At times as a Developer, you may need
only certain portions of a DATE
or
DATETIME
value. In MySQL, the EXTRACT()
function can provide you with a specific component of a
DATE
or DATETIME
value depending on
which INTERVAL
is given as a parameter. Continue
reading to see example EXTRACT()
queries for
understanding…
Photo by Omar Al-Ghossen on Unsplash …
[Read more]