rows

Usage

.rows <on|off>

Description

The rows command toggles the display of the number of rows returned by a query. When enabled, the number of rows returned by a query is displayed after the query results.

Examples

Show the current rows setting:

.rows

Turn on the rows returned display:

.rows on

Turn off the rows returned display:

.rows off

Demonstration