string(769) "Unknown column 'download' in 'where clause'


/* FILE: /index.php/1 Thu, 28 Mar 2024 17:49:07 +0000 */
SELECT tTrack.*, tArtist.artist_id, tArtist.artist_name, tLabel.label_id, tLabel.label_name, tTerritory_group.territory_group_name FROM tTrack 
		LEFT JOIN tArtist ON tTrack.track_artist_id = tArtist.artist_id
		LEFT JOIN tLabel ON tTrack.track_label_id = tLabel.label_id
		JOIN tTerritory_group ON  tTrack.track_territory_group_id = tTerritory_group.territory_group_id 
		JOIN lTerritory_country ON tTerritory_group.territory_group_id = lTerritory_country.territory_id 
		JOIN tCountry ON lTerritory_country.country_id = tCountry.country_id 
		WHERE tCountry.worldpay_code = 'GB' AND tTrack.track_id =download AND tTrack.track_shw_as_single = 1 AND track_active = 1"