Query execution was interruptedSELECT company.`from`, company.`till`, company.position, `reference-company`.name, `reference-company`.city_id FROM company, `reference-company` WHERE company.people_id='6905990' AND company.company_id=`reference-company`.id ORDER BY company.`from`, company.`till`