First of all, I'm really not so good at sql, with this being said, and to the question:
Say I have a table called "Abilities." In this example, the Vulnerability has an ID, PersonID, Text.
Let’s say that I’m doing a search in which I indicate that I want to distinguish a list of each person who has the ability to "fly", "drive", "sings", but does not have the ability to "fight", "skateboard",
Is it possible to write a query that will eventually return strings matching my statement above? The table and its contents are purely fictional, I could add, therefore, wierdness: P
I would really like to help with this, as it is for a rather complicated search utility for the database.
thanks
source
share