This repository has been archived on 2025-10-24. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
RIS/App/Report/sql/check_report.sql

4 lines
95 B
SQL

SELECT EXISTS (
SELECT 1 FROM reports
WHERE month = $month AND year = $year
) AS exist;