Starts a query that produces a report, specifying tables to search. Can specify number of rows to find. Can contain clauses that narrow the search and join more than one table.
Starts a query that produces a count of rows in a table. Can specify types of rows and join more than one table if WITH and relationship clauses are added.
Creates a report result for each detail row by combining existing columns mathematically.
Sorts rows found. Can specify grouping of rows found (control breaks).
Requests columnar report format.
Requests report format that displays one row per panel (or page). Can specify totaling and other numeric functions.
Starts a query that produces a report, specifying tables to search. Can specify number of rows to find. Can contain clauses that narrow the search and join more than one table.
Starts a query that produces a count of rows in a table. Can specify types of rows and join more than one table if WITH and relationship clauses are added.
Creates a report result for each detail row by combining existing columns mathematically, for example,
SET GROSS = SALES + COMMISSION.
Sorts rows found. Can specify grouping of rows found (control breaks).
Requests columnar report format.
Requests report format that displays one row per panel (or page). Can specify totaling and other numeric functions.
|
Copyright © 2014 CA.
All rights reserved.
|
|