FALCONSEYE
Programmer
i have a table as follows:
campaignName status occurence
yahoo null 5
yahoo 4
someOther 1:Vfd 6
...
the status on the second row is blank. how can i do count(1) whenever the status is null or blank for the same campaignName? for example,when i query the table for the above example i want to display
campaign status
yahoo 9 approved
someOther 6 1:Vfd
thanks for the help in advance
campaignName status occurence
yahoo null 5
yahoo 4
someOther 1:Vfd 6
...
the status on the second row is blank. how can i do count(1) whenever the status is null or blank for the same campaignName? for example,when i query the table for the above example i want to display
campaign status
yahoo 9 approved
someOther 6 1:Vfd
thanks for the help in advance