I have a client database that has null values in issue received, there are as many as ten issues per client. What I need to do is make a list of clients that have only two issues outstanding and a list of clients that have three or more issues outstanding. I am not sure how to write this.
There are two tables that are connected correctly. The client table(one) and the issues table(many).