In a nutshell, what I want to do is this:
I have a table of projects which a reference to the client for whom the project was done. Basically, I want to extract the names of all clients who have/had a project in the past year but not in the previous five years, and do it with a single SQL statement. I can't think of how to do it. Can anyone else ?
I have a table of projects which a reference to the client for whom the project was done. Basically, I want to extract the names of all clients who have/had a project in the past year but not in the previous five years, and do it with a single SQL statement. I can't think of how to do it. Can anyone else ?