Oracle Query alert logic
Posted: Mon Jul 27, 2020 7:31 pm
Hello,
I would like to change the [b]Oracle Query Wizard[/b] alert logic. It seems that it only operates on a 'Greater than, or equaled' logic, but there are some cases where I want to have it as 'equaled to' or 'Less than'. Is this possible? Right now I have to add CASE operators to my queries to avoid this.
select CASE WHEN count(*) = 0 THEN '1' WHEN count(*) > 0 THEN '0' END CASE from
Thanks,
-Ray
I would like to change the [b]Oracle Query Wizard[/b] alert logic. It seems that it only operates on a 'Greater than, or equaled' logic, but there are some cases where I want to have it as 'equaled to' or 'Less than'. Is this possible? Right now I have to add CASE operators to my queries to avoid this.
select CASE WHEN count(*) = 0 THEN '1' WHEN count(*) > 0 THEN '0' END CASE from
Thanks,
-Ray