Oracle Conditional Count
I have a query that returns a set of counts: all rows, all rows where destination zip is not null, and the difference between the two, which would be count of all rows where destination zip is null.
I have a query that returns a set of counts: all rows, all rows where destination zip is not null, and the difference between the two, which would be count of all rows where destination zip is null.