SELECT auto_id, forum_categry_id, lastid, subject, topic, update_time
FROM friend_forum_topic
WHERE STATUS = "Active"
ORDER BY update_time DESC
LIMIT 0 , 5
above is my current quiery I need to modify it to only get the results from records that forum_categry_id row is NOT = to 28