I\'ve got a table, called faq_questions with the following structure:
id int not_null auto_increment, question varchar(255), sort_order int
I\'
SELECT * FROM table_name WHERE sort_order > 5 ORDER BY sort_order ASC LIMIT 1