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
132 B
SQL

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