6. QUEL and EQUEL Statements : Call Statement--Call an Ingres Tool or the Operating System : Examples
 
Share this page                  
Examples
The following examples provide details.
Example 1:
The following example runs a default report on the "employee" table in column mode.
## call report (database="personnel",
##    name="employee", mode="column")
Example 2:
The following example runs QBF in the append mode with the QBFName "expenses," suppressing verbose messages.
## call qbf (database="personnel",
##  qbfname="expenses", flags="-mappend -s")