-
-
Notifications
You must be signed in to change notification settings - Fork 121
Closed
Labels
Milestone
Description
For consistency with search
: https://sqlite-utils.datasette.io/en/stable/cli-reference.html#search
-o, --order TEXT Order by ('column' or 'column desc')
I wanted to run sqlite-utils rows db.db mytable --order 'rowid desc'
to see the most recently imported rows.