So I am trying to select one value based off the value of another column. For example, in the below table rows, I would like to select the ID column where none of that specific value has the value of "Transferred" for the Status column. So with the below rows, only the value "DEF" would be returned for the query. I can't figure out how to do this.
ID Status
==== ===========
ABCD Received
ABCD Transferred
XYZ Received
XYZ Transferred
DEF Received