Mois actuel SQL

select *
from your_table
where month_column = MONTH(getdate())
and year_column = YEAR(getdate())
Wild Wasp