I currently have this sql data:
id track_name artist_name media source is_correct is_found
9 track1 1 ***** spotify false true
10 track2 2 ***** itunes false true
11 track3 3 ***** spotify false true
12 track4 4 ***** itunes false true
I need a sql query which results every song witch both (itunes & spotify) media. Is thre any way i can do this?