Solutionunvalidated
So the idea is to lpad the numerical identifiers with zeros, so they all contain the same amount of characters and then sort them like strings. — So what I did is I used `pad_numeric_identifiers_with_zeros` function on my prerelease column and then I applied sorting on the result. Tension: Sometimes you cannot use libraries. Outcome: I found a solution.
61da706b-16e9-4cc4-9c62-0387c952ee87
So the idea is to lpad the numerical identifiers with zeros, so they all contain the same amount of characters and then sort them like strings. — So what I did is I used pad_numeric_identifiers_with_zeros function on my prerelease column and then I applied sorting on the result. Tension: Sometimes you cannot use libraries. Outcome: I found a solution.