You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLSTATE[HY000]: General error: 1615 Prepared statement needs to be re-prepared
SELECT DISTINCT c.office_id FROM cron_office_check c, users_offices uo WHERE last_check<=? AND c.office_id=uo.office_id
SQLSTATE[HY000]: General error: 1615 Prepared statement needs to be re-prepared
SELECT o.office_id, o.hash, s.statement_hash FROM ( SELECT o.id FROM outlooks o ORDER BY o.id DESC ) i LEFT JOIN outlooks o ON o.id = i.id LEFT JOIN statements s ON o.office_id = s.office_id LEFT JOIN users_offices uo ON uo.office_id = o.office_id LEFT JOIN cron_office_check c ON c.office_id = o.office_id WHERE c.last_check <=? GROUP BY s.statement_hash
The text was updated successfully, but these errors were encountered:
SQLSTATE[HY000]: General error: 1615 Prepared statement needs to be re-prepared
SELECT DISTINCT c.office_id FROM cron_office_check c, users_offices uo WHERE last_check<=? AND c.office_id=uo.office_id
SQLSTATE[HY000]: General error: 1615 Prepared statement needs to be re-prepared
SELECT o.office_id, o.hash, s.statement_hash FROM ( SELECT o.id FROM outlooks o ORDER BY o.id DESC ) i LEFT JOIN outlooks o ON o.id = i.id LEFT JOIN statements s ON o.office_id = s.office_id LEFT JOIN users_offices uo ON uo.office_id = o.office_id LEFT JOIN cron_office_check c ON c.office_id = o.office_id WHERE c.last_check <=? GROUP BY s.statement_hash
SQLSTATE[HY000]: General error: 1615 Prepared statement needs to be re-prepared
SELECT DISTINCT c.office_id FROM cron_office_check c, users_offices uo WHERE last_check<=? AND c.office_id=uo.office_id
SQLSTATE[HY000]: General error: 1615 Prepared statement needs to be re-prepared
SELECT o.office_id, o.hash, s.statement_hash FROM ( SELECT o.id FROM outlooks o ORDER BY o.id DESC ) i LEFT JOIN outlooks o ON o.id = i.id LEFT JOIN statements s ON o.office_id = s.office_id LEFT JOIN users_offices uo ON uo.office_id = o.office_id LEFT JOIN cron_office_check c ON c.office_id = o.office_id WHERE c.last_check <=? GROUP BY s.statement_hash
The text was updated successfully, but these errors were encountered: