次のSQLの何が問題になっていますか?まったくわからない
SELECT `posts`.*
FROM `posts`
WHERE ((`posts`.`featured` = 1 OR `posts`.`author_id` = 5))
ORDER BY (ln( 1 + posts.likes_count) +
(EXTRACT(EPOCH FROM posts.created_at) -
1327654606)/9000) desc LIMIT 15
ありがとう