mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-26 10:54:32 +02:00
Swap count and value in analyze output
This commit is contained in:
parent
f65fe8ad5c
commit
1491467444
4 changed files with 20 additions and 20 deletions
24
docs/cli.rst
24
docs/cli.rst
|
|
@ -298,14 +298,14 @@ To inspect the ``tags`` table in the ``github.db`` database, run the following::
|
|||
Distinct values: 14
|
||||
|
||||
Most common:
|
||||
107914493: 88
|
||||
140912432: 75
|
||||
206156866: 27
|
||||
88: 107914493
|
||||
75: 140912432
|
||||
27: 206156866
|
||||
|
||||
Least common:
|
||||
209590345: 1
|
||||
206649770: 2
|
||||
303218369: 2
|
||||
1: 209590345
|
||||
2: 206649770
|
||||
2: 303218369
|
||||
|
||||
tags.name: (2/3)
|
||||
|
||||
|
|
@ -316,14 +316,14 @@ To inspect the ``tags`` table in the ``github.db`` database, run the following::
|
|||
Distinct values: 175
|
||||
|
||||
Most common:
|
||||
0.2: 10
|
||||
0.1: 9
|
||||
0.3: 7
|
||||
10: 0.2
|
||||
9: 0.1
|
||||
7: 0.3
|
||||
|
||||
Least common:
|
||||
0.1.1: 1
|
||||
0.11.1: 1
|
||||
0.1a2: 1
|
||||
1: 0.1.1
|
||||
1: 0.11.1
|
||||
1: 0.1a2
|
||||
|
||||
tags.sha: (3/3)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue