Hi,
The answer to the question is probably very easy, still I can't find the answer. I've read the manual about
date and time functions in MYSQL.
It shows a lot of examples like 'select month('1998-02-01')' which gives '02' as result.
What I want now is to select the month from the current date. In theory, the query should be something like 'select month('curdate()') but unfortunately, that doesn't work.
My question is, what should the query be?