limit

Usage

.sleep <seconds>

Description

Set the limit of rows to be displayed. The default limit is 100. If the limit is set to 0, then all rows are displayed.

Examples

Display the current limit setting:

.limit

Set row limit to unlimited:

.limit 0

Set row limit to 10:

.limit 10

Demonstration