Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sqlite-utils rows --order option #469

Closed
simonw opened this issue Aug 27, 2022 · 1 comment
Closed

sqlite-utils rows --order option #469

simonw opened this issue Aug 27, 2022 · 1 comment
Labels
cli-tool enhancement New feature or request
Milestone

Comments

@simonw
Copy link
Owner

simonw commented Aug 27, 2022

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.

@simonw simonw added enhancement New feature or request cli-tool labels Aug 27, 2022
@simonw simonw added this to the 3.29 milestone Aug 27, 2022
@simonw simonw closed this as completed in 7a9a636 Aug 27, 2022
@simonw
Copy link
Owner Author

simonw commented Aug 27, 2022

simonw added a commit that referenced this issue Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli-tool enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant