Subject: | Allow checking for certain number of rows returned |
Sometimes, I'm not interested in what the data in the columns is, but
I'm very interested in the number of rows that the SQL returns.
Two examples are that I want to verify that:
* there is exactly one row in a status table.
* a query looking for bad data (whatever it may be) returns zero rows
etc