Executed Query: select code as land, id as country_id from country where id in (select country_id from location,pitch where pitch.location_id = location.id and pitch.status in ("live","live_inquired","live_reminded") and pitch.active = 1) and demoplatz = "1" order by land
ERROR:"SQLSTATE[42S22]: Column not found: 1054 Unknown column 'demoplatz' in 'where clause': 402"