Как правильно составить запрос?
Накидал такой, но не работает и завершается ошибкой
Not unique table/alias
С одним INNER JOIN работает корректно
DB MySQL
Подскажите пожалуйста где тут ошибка?
select `pref_site_content`.*,
`pref_site_tmplvar_contentvalues`.`value` as `picture`,
`pref_site_tmplvar_contentvalues`.`value` as `sort_pos` from `pref_site_content`
inner join `pref_site_tmplvar_contentvalues` on `pref_site_tmplvar_contentvalues`.`contentid` = `pref_site_content`.`id` and `pref_site_tmplvar_contentvalues`.`tmplvarid` = 37
inner join `pref_site_tmplvar_contentvalues` on `pref_site_tmplvar_contentvalues`.`contentid` = `pref_site_content`.`id` and `pref_site_tmplvar_contentvalues`.`tmplvarid` = 111
where `pref_site_content`.`id` not in (898, 899, 900, 902) and (`template` = 40 and `published` = 1)