thankgodfortektips
Programmer
hey Guys,
I have a table called Property and one called features. One property can have many features. I need a query that will return only the properties that have both featureID = to 1 and 3.
After searching I have seen the IN command but this will return a record if it has 1 or 3. I need it to only return Property records that have Features records = 1 and 3 (so 2 rows in the features table where FeatureID = 1 and 3).
I hope this makes sense.
Thanks in advance!
I have a table called Property and one called features. One property can have many features. I need a query that will return only the properties that have both featureID = to 1 and 3.
After searching I have seen the IN command but this will return a record if it has 1 or 3. I need it to only return Property records that have Features records = 1 and 3 (so 2 rows in the features table where FeatureID = 1 and 3).
I hope this makes sense.
Thanks in advance!