Νομίζατε ότι το αλάτι έχει χρήση μόνο για το φαγητό?
Εδώ θα βρείτε πολλά tips αλατιού για πολλές διαφορετικές χρήσεις.
SELECT
`articles`.`id` as `ArticleId`,
`articles`.`image` as photo1,
`articles`.`image2` as photo2,
`articles`.`title_el`,
`articles`.`title_en`,
`articles`.`title_third`,
`articles`.`last_updated`,
`articles`.`description_el`,
`articles`.`description_en`,
`articles`.`description_third`,
`articles`.`ordering` AS ordering
FROM
`articles`
WHERE
`articles`.`PageId` = '23' AND
`articles`.`active` = 1 AND (1)
ORDER BY
ordering desc
LIMIT
0,8;