mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-23 01:14:31 +02:00
Typo fix
This commit is contained in:
parent
1ce96d8c08
commit
5e06026e76
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ To inspect the ``tags`` table in the ``github.db`` database, run the following::
|
|||
|
||||
Distinct values: 261
|
||||
|
||||
For each column this tool dispalys the number of null rows, the number of blank rows (rows that contain an empty string), the number of distinct values and, for columns that are not entirely distinct, the most common and least common values.
|
||||
For each column this tool displays the number of null rows, the number of blank rows (rows that contain an empty string), the number of distinct values and, for columns that are not entirely distinct, the most common and least common values.
|
||||
|
||||
If you do not specify any tables every table in the database will be analyzed::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue