SQL WHERE and ORDER BY example
Filter rows with WHERE and sort the result with ORDER BY in SQLite.
A small products table makes the filtering and descending price order visible immediately when the script runs.
Write a query, load data, or pick a learning example.
Run with Cmd/Ctrl+Enter