Why can't I perform this query:
SELECT field1, field2, field3
FROM table
WHERE field4="value"
LIMIT 4,1
ORDER BY field5
should return the fourth row only of the query without the limit... but it just wont go.?? can I not do Where and Limit in the same? How do i narrow my result to one select row?
Thanks,
S