Error in the consult.. 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 ') ORDER BY status.sort_order' at line 12SELECT
variable,
is_serialized,
status_id,
value
FROM oak_franchise_status_variable_overrides
LEFT JOIN oak_franchise_statuses AS status
ON status.id = status_id
WHERE status_id IN() ORDER BY status.sort_order;