I have the following query to find topics related by a set of ID's that are not the topic to be viewed:
SELECT
press.image,
press_i18n.title,
press_i18n.slug
FROM press
INNER JOIN press_i18n ON (
press.press_id = press_i18n.pre...
asked by
03.07.2014 / 03:16