Notice !
by ScotiaBank .
Reminder: Review Your Account Information
Dear Customer,
This is a reminder to check your account details to ensure everything is up to date and accurate.
We encourage you to take a few minutes to review your personal information and preferences to help us serve you better.
Review My Account
Reference: REM-562931
Date: 09 February 2026
This message is intended as a gentle reminder for your account.
Powered by
Visit zoho.com/invoice to create truly professional invoices
3 months, 1 week
ERROR: Job table memory clean-up failed at Database query
by root
Failed to execute SQL:
WITH date_counts AS (
SELECT
CASE
WHEN end_time IS NULL THEN 'NULL'
WHEN end_time > CURRENT_DATE THEN 'Future'
ELSE DATE(end_time)::text
END as date_group,
COUNT(*) as count
FROM hpco_gdb.job_cluster_ppp5
GROUP BY 1
)
SELECT date_group, count
FROM date_counts
ORDER BY
CASE
WHEN date_group = 'NULL' THEN '9999-12-31'::date
ELSE date_group::date
END DESC;
3 months, 1 week
ERROR: Job table memory clean-up failed at Database query
by root
Failed to execute SQL:
WITH date_counts AS (
SELECT
CASE
WHEN end_time IS NULL THEN 'NULL'
WHEN end_time > CURRENT_DATE THEN 'Future'
ELSE DATE(end_time)::text
END as date_group,
COUNT(*) as count
FROM hpco_gdb.job_cluster_ppp5
GROUP BY 1
)
SELECT date_group, count
FROM date_counts
ORDER BY
CASE
WHEN date_group = 'NULL' THEN '9999-12-31'::date
ELSE date_group::date
END DESC;
3 months, 1 week