I have records with column record_id which is constructed from letters and numbers
eg
a1
a2
a11
a12
b1
If i sort this I would get
a1
a11
a12
a2
b1
i was wondering if there is a way to sort this by letter then by the value of the number as the following
a1
a2
a11
a12
b1