Checking if MySQL Database data does not exist
- by Ben Sinclair
I have my songs set-up in my MySQL database.
Each song is is either assigned multiple locations or has no locations at all.
Only the songs that either have no locations assigned in the database or have the location assigned to the ones specified below should be pulled from the database.
Hopefully when you understand my query below it will make…