How to schedule to run a SQL multiple times a day, for example, i want to schedul a sql, "select count(*) from orders where status = waiting" and if the count is greater than 100 then generate an email.
i am not able to figure this out in toad.
How to schedule to run a SQL multiple times a day, for example, i want to schedul a sql, "select count(*) from orders where status = waiting" and if the count is greater than 100 then generate an email.
i am not able to figure this out in toad.