Opportunities
user warning: Unknown column 'cto.field_sector_value' in 'field list'
query: SELECT
n.nid,
n.title,
n.created,
cto.field_reference_value,
cto.field_type_value,
cto.field_sector_value,
cto.field_details_value,
cto.field_contact_value,
cto.field_email_value,
cto.field_region_value,
body
FROM
node n
INNER JOIN node_revisions nr on n.nid = nr.nid
LEFT JOIN content_type_opportunity cto ON n.nid = cto.nid
WHERE n.type = 'opportunity' AND n.status = '1' GROUP BY cto.field_region_value in /var/www/beerandpartners/drupal_investment/includes/common.inc(1645) : eval()'d code on line 33.