Whenever I run a query of a query and use 'LIMIT' I get an error. I know cfquery has a maxrows setting but I need to start a certain row as well and limit the results to 10 rows.
In memory QoQ's do not support LIMIT. So you will need to find another way to limit the rows. Either in your original database query, or within CF code (using cfoutput, etcetera ..).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.