> <CFQuery = "q_results> > SELECT Top 1 * FROM T_EMAIL > ORDER BY Eid DESC > </CFQUERY>
Assuming this has the same output as: <cfquery query="q_results" maxrows="1"> select * from t_email order by eid desc </cfquery> Will the former example yield less load from the DB server than the latter? ---- Teng-Yan Loke | [EMAIL PROTECTED] Developer | novaSPRINT Systems Pte Ltd tel: +65-2169727 | fax: +65-3390279 ______________________________________________________________________ Get Your Own Dedicated Windows 2000 Server PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER Instant Activation � $99/Month � Free Setup http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

