Sorting Database Columns By Numerical Value

New budding developer here…I recently created a database for my website and am trying to sort a certain column in the Sandbox from “greatest to least” by the numerical values in each cell (e.g. 54, 40, 61, 17 needs to be sorted to 61, 54, 40, 17). I see that you can sort data by ID, Date Created, Alphabetical Order A-Z or Z-A, etc…but is there any way that I can sort it the way I want?

1 Like