_(Error in query)
SELECT poster.*, types.name as town_name, cat.name as cat_name, oper.name as oper_name FROM poster_u as poster
INNER JOIN types ON poster.town = types.id
JOIN types as cat ON poster.type = cat.id
JOIN types as oper ON poster.operation = oper.id
WHERE poster.id=