sql query to return items based on text and group ID
Posted
by mattgcon
on Stack Overflow
See other posts from Stack Overflow
or by mattgcon
Published on 2010-05-21T23:22:26Z
Indexed on
2010/05/21
23:30 UTC
Read the original article
Hit count: 344
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
© Stack Overflow or respective owner