Catch 1
select count(SongId) from chartsquery where (genre='Punk/Emo/Ska') and (subgenre='All')
RowsCount=0Catch 1B
select count(SongId) from chartsquery where (genre='Punk/Emo/Ska')
RowsCount=0