CFOUTPUT

Displays the results of a database query or other operation. If you need to nest CFOUTPUT tags, please read the "Usage" section.

Syntax

<CFOUTPUT
    QUERY="query_name"
    GROUP="query_column"
    GROUPCASESENSITIVE="Yes" or "No"
    STARTROW="start_row"
    MAXROWS="max_rows_output">

</CFOUTPUT>
QUERY

Optional. The name of the CFQUERY from which you want to draw data for the output section.

GROUP

Optional. Specifies the query column to use when you group sets of records together. Use this attribute if you have retrieved a record set ordered on a certain query column. For example, if you have a record set that is ordered according to "Customer_ID" in the CFQUERY tag, you can group the output on "Customer_ID." The GROUP attribute, which is case sensitive, ...

Get Sams Teach Yourself ColdFusion® in 21 Days now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.