ACCESS / AQL
stat command
.mdThe stat command outputs the total number of items processed and an average value of all items that meet the specified selection criteria.
Syntax
stat file.reference {item.list} {selection.criteria} {(options)}
Example(s)
stat invoices with date > "1/1/05" amount Total = 73970 average = 1946.57 count = 38
Referenced by
1 topic mentions stat command in its description.