I have a table that has 3 fields: ID
, startdate
, stopdate
.
They have the type "date".
How can I select all entries which have the startdate
in a given month?
For example: Show me all entries where the startdate
is in the month "08".
Is this possible?