Hi James,
you can use this query as the basis:
select AH_Client, AH_Name, APD.*
from APD
inner join AH on (APD_AH_Idnr = AH_Idnr)
where AH_Client = 1
order by AH_TimeStamp4 desc;
regards,
Peter
------------------------------
Automic Certified Professional/Expert & Broadcom Knight
------------------------------
Original Message:
Sent: Jul 02, 2025 01:12 PM
From: James Ebaynor
Subject: SQL query for Recurring tasks and number of executions per recurring task
Hi Forum folks,
Does anyone have a sample query for Recurring tasks and number of executions per recurring task?
Or anything close that I can tweak and play with? I can adjust it to SQL or PostGres or Oracle if needed.
Thanks in advance.