select t1.*,t2.*,t3.*, t1.id as idshow,t2.name as venuename, t2.address_city as venuelocation, t3.country as state, t3.iso as isostate, t3.usa as country,t1.all_ages as allages from shows t1 left join show_venue t2 on t2.id=t1.idvenue left join countrylist t3 on t1.idcountry=t3.id where t1.id=1847User 'fishbonelive' has exceeded the 'max_questions' resource (current value: 40000)
select t1.*,t2.*,t3.*, t1.id as idshow,t2.name as venuename, t2.address_city as venuelocation, t3.country as state, t3.iso as isostate, t3.usa as country,t1.all_ages as allages from shows t1 left join show_venue t2 on t2.id=t1.idvenue left join countrylist t3 on t1.idcountry=t3.id where t1.id=1606User 'fishbonelive' has exceeded the 'max_questions' resource (current value: 40000)
User 'fishbonelive' has exceeded the 'max_questions' resource (current value: 40000)select t1.*, t2.*,t2.id as idcountry, t1.id as id, t3.* from users t1 join countrylist t2 on t1.id_country=t2.id join auth_user t3 on t1.auth_user_id=t3.user_id where t1.id=2073