<CFOUTPUT QUERY="query_name" MAXROWS="max_rows_output" GROUP="parameter" STARTROW="start_row"> </CFOUTPUT>
Displays the results of a database query or other operation. You cannot nest CFOUTPUT tags.
Optional. The name of the CFQUERY from which you want to draw data for the output section.
Optional. Specifies the maximum number of rows you want displayed in the output section.
Optional. Specifies the parameter around which to group output. The GROUP parameter eliminates sequential duplicates in the case where data is sorted by the specified field.
Optional. Specifies the row from which to start output.