• If you'd like to sort by any of the size columns, simply substitute the following ORDER BY clause with the name of the column inserted. As an example I sorted by dataSpace.

    ORDER BY convert(int,reverse(substring(reverse(dataSpace),4,10))) DESC;