mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-26 19:04: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
|
|
@ -108,10 +108,10 @@ stuff.owner: (2/3)
|
|||
Distinct values: 4
|
||||
|
||||
Most common:
|
||||
Joan: 3
|
||||
Terryterryterry: 2
|
||||
Kumar: 2
|
||||
Anne: 1
|
||||
3: Joan
|
||||
2: Terryterryterry
|
||||
2: Kumar
|
||||
1: Anne
|
||||
|
||||
stuff.size: (3/3)
|
||||
|
||||
|
|
@ -123,7 +123,7 @@ stuff.size: (3/3)
|
|||
|
||||
Most common:
|
||||
5: 5
|
||||
4: 3"""
|
||||
3: 4"""
|
||||
).strip()
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue