sql query to return items based on text and group ID
- by mattgcon
I am not sure how to best describe what I am trying to do (or search for it for that matter) but I am going to try.
I have a pre-existing query (stored procedure) that returns items based on 3 specific ID's. What I want to do is to be able to reduce the results even further based upon a column within the results having the exact same string.
For some reason I am confused about how to do this, I am drawing a complete blank about this.
Please help