Evaluation of Attending
|
|
|
A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?
Query: SELECT `cargo__scheduleRFA`.`Date` AS `Week Of`,CONCAT('{{schedule-TaskAbbrev|',`cargo__scheduleRFA`.`TaskAbbrev`,'}}') AS `Service`,CONCAT('{{evaluationResAtt-attending|',`cargo__scheduleRFA`.`StaffAbbrev`,'|',`cargo__scheduleRFA`.`TaskAbbrev`,'|',`cargo__scheduleRFA`.`Date`,'|',`cargo__scheduleRFA`.`UID`,'}}') AS `Attending`,`cargo__scheduleRFA`.`Date__precision` AS `Week Of__precision` FROM `cargo__scheduleRFA` LEFT OUTER JOIN `cargo__evaluationResAtt` ON ((`cargo__scheduleRFA`.`UID`=`cargo__evaluationResAtt`.`UID`)) WHERE YEAR(`cargo__scheduleRFA`.`Date`)=2025 AND `cargo__scheduleRFA`.`ResAbbrev`='CFH' AND WEEKDAY(`cargo__scheduleRFA`.`Date`)=0 AND `cargo__evaluationResAtt`.`_pageName` IS NULL AND WEEK(`cargo__scheduleRFA`.`Date`) <= 3 ORDER BY `cargo__scheduleRFA`.`Date` LIMIT 100000 Function: CargoSQLQuery::run Error: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '3 ORDER BY `cargo__scheduleRFA`.`Date` LIMIT 100000' at line 1 (172.27.81.126:30004) |
|