Mysql – Trying to get record when a correlated record doesn't exist
I'm trying to get a record from a table, but only want to retrieve that record if there isn't another corresponding record with another status. Schema: ID: PK RID: Collection ID IID: Item ID Each ItemID correlates to a record…