This repository has been archived on 2025-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
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;