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

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