Add a new function to return the queue as an array of DB records.
[adorno.git] / scripts / nuke_kevin.sql
blob06667c1a1c60e869fa29777ad2b7a4afcbd0e625
1 delete from tracks where path_name ~ '/kevin/' AND EXISTS (select 1 FROM tracks ta WHERE ta.artist = tracks.artist AND ta.album = tracks.album AND tracks.title = ta.title AND ta.path_name ~ '/Classified/');