ORDER BY amount ASC presents lower numeric values before higher values.
highlighted = computed this step
Input table
Start with five order rows and repeated amount values.
Orders
Order query
Sort rows by amount from low to high.
ORDER BY amount ASC
Ordered output
The same five rows remain, now presented in ascending amount order.
amount ascending