MySQL Error!
------------------------
SELECT
a.id,
a.article_name,
a.description,
a.state,
a.article_type,
a.name,
a.email,
a.user_id,
a.num_coms,
a.rating,
a.screenshot,
a.is_featured,
a.views,
a.cat,
a.feild_values,
a.pub_date,
a.url,
a.time
FROM
echo_articles AS a
WHERE
a.cat='43' AND a.state='ACTIVE' ORDER BY a.is_featured DESC, a.time DESC
LIMIT
-5, 5
The Error returned was:
Error Number:
1064