I am trying to create a query that returns a list of clients that were in a placement at any point during a month. The SQL below will return the list for the previous month but I want to get the lists for each of the previous 12 months all in one query. I've thought about just making a query...