Please browse our archive of stories posted by Volunteers and Partners who have connected their work with academic curricula and/or service-learning programs at other schools around the world.
Column 'date_added' in order clause is ambiguous LINE:181
SELECT stories.title, stories.id as 'id', stories.content as 'description',date_format(stories.date_added, '%M %d, %Y') as 'story_date', organization_name, partner_id, volunteer_id, concat(first_name, ' ', last_name ) as 'name', partners.city as 'city',partners.country as 'country' FROM stories LEFT OUTER JOIN partners ON partners.id = stories.partner_id LEFT OUTER JOIN volunteers ON volunteers.id = stories.volunteer_id WHERE 1 AND ( stories.classroom=1 OR stories.classroom_abroad=1 ) ORDER BY date_added DESC