I have a table that contains a type field and an NAME_ID field. The NAME_ID can contain 1 to many different types.
It could be type MM, A LM, G .....
I am looking to get a list of only those NAME_ID's that contain only 1 type and that type is equal to "A".
How could I construct that in a query.
It could be type MM, A LM, G .....
I am looking to get a list of only those NAME_ID's that contain only 1 type and that type is equal to "A".
How could I construct that in a query.