COUNT.SUP |
![]() ![]() ![]() |
The COUNT.SUP display option keyword suppresses display of the number of records listed or selected at the end of the command.
Format
COUNT.SUP
Query processor commands normally displays the number of records listed or selected at the end of the command. The COUNT.SUP keyword can be used to suppress this action.
Example
Compare the two commands and their displayed results shown below.
SELECT STOCK WITH QTY < REORDER.LEVEL 78 records selected.
SELECT STOCK WITH QTY < REORDER.LEVEL COUNT.SUP
The first command shows the normal display of the count of records selected. The second command includes the COUNT.SUP keyword to suppress this display. |