QUERY error
SELECT report_cd
FROM report
WHERE report_cd IN ()
AND (report.report_kind_flg <= 7
OR report.report_kind_flg = 9)
AND report.act_flg=1
AND report.start_time <= '2024-11-15 21:39:42'
AND report.report_cd<>'3300'
ORDER BY field(report_cd, )