In case nobody mentioned it already:

SELECT TOP 1 * FROM tbl_Whatever ORDER BY WhateverIDontCare

Hello Christopher,

Monday, March 19, 2001, 7:16:07 PM, you wrote:

> Can you use the maxrows attr within cfquery ?

> Chris

> Christopher Conrad
> Senior.Programmer.Analyst
> Advanced.Technology.Group
> The.Limited.Inc
> http://www.limited.com
> (o) 614.415.1181
> (c) 614.523.0532



> -----Original Message-----
> From: Michael Gribbin [mailto:[EMAIL PROTECTED]]
> Sent: Monday, March 19, 2001 10:10 PM
> To: CF-Talk
> Subject: One record query output


> Hi, I'm trying to find out if it's possible to limit the output of a query
> to one record. I have a database that is sorted in decending order and I
> only want the top record (the one with the biggest total) to display. I can
> do a work-a-round by setting a variable to "on" before the query output and
> turning it "off" after the first record is processed and then <cfif>
> skipping the rest of the records, but was hoping to do it in the query it's
> self.

> Possible?

> Thanks in advance.

> Michael Gribbin
> Digital Marketing Alliance
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to