4 lines
95 B
SQL
4 lines
95 B
SQL
SELECT EXISTS (
|
|
SELECT 1 FROM reports
|
|
WHERE month = $month AND year = $year
|
|
) AS exist; |