Search

Companies recruiting now

The companies below are looking for personnel to fill vacancies within the renewable energy sector. Find renewable energy jobs with small and medium sized businesses, utility and engineering firms as well as job opportunities posted by recruitment agencies.


MYSQL ERROR:
Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8mb4_0900_ai_ci,COERCIBLE) for operation 'like'
select distinct if(jo_recname<>'',jo_recname,re_name) as recname,if(jo_recname<>'',0,jo_re_id) as re_id, rex_url from jobs left join recruiters on re_id=jo_re_id left join recruiter_extra on re_id=rex_re_id where jo_deleted=0 and jo_expires>now() and jo_paused=0 and ((jo_recname<>'' and jo_recname like 'Ã%') or (jo_recname='' and re_name like 'Ã%' )) order by if(jo_recname<>'',jo_recname,re_name)