Difference between revisions of "mgh:hp-calendar"
From MGH Learn Pathology
Line 6: | Line 6: | ||
,Date=Date | ,Date=Date | ||
|where=scheduleCallConference.TaskAbbrev='HP Journal Club' | |where=scheduleCallConference.TaskAbbrev='HP Journal Club' | ||
+ | |having=scheduleCallConference.TaskAbbrev='HP Journal Club' | ||
|rows per page=20 | |rows per page=20 | ||
|where=QUARTER(Date)=3 | |where=QUARTER(Date)=3 | ||
|format=dynamic table}} | |format=dynamic table}} |
Revision as of 09:38, July 1, 2020
HP Journal Club
A database query error has occurred. Did you forget to run your application's database schema updater after upgrading?
Query: SELECT `ResAbbrev` AS `Topic`,`Date` AS `Date`,`Date__precision` AS `Date__precision` FROM `cargo__scheduleCallConference` WHERE QUARTER(Date)=3 HAVING `cargo__scheduleCallConference`.`TaskAbbrev`='HP Journal Club' ORDER BY `ResAbbrev`,`Date` LIMIT 100000 Function: CargoSQLQuery::run Error: 1054 Unknown column 'cargo__scheduleCallConference.TaskAbbrev' in 'HAVING' (172.27.81.126:30004)