Hi guys,
in my table you see several columns. Two of them are sequencenumber and cycle.
Is it possible to create a new table with the same columns but where the rows are sorted by sequencenumber and by cycle?
It shall look like this:
in my table you see several columns. Two of them are sequencenumber and cycle.
Is it possible to create a new table with the same columns but where the rows are sorted by sequencenumber and by cycle?
It shall look like this:
cycle | squencenumber |
MBM_01 | 383778 |
MBM_02 | 383779 |
MBM_03 | 383780 |
... | ... |
Thank you for your help! |