Error SQL:
QUERY:
select comments.*, users.id as user_id
from bazaar_ru_comments as comments
left join bazaar_ru_comments_content as cat on cat.parent = comments.id
left join bazaar_ru_users as users on users.id = comments.pselect_users_3
where
comments.check_active = 1
and cat.text_name = '6041'
order by datetime_date desc limit 0,10
MYSQL Error:Sort aborted