i have 3 fields bay shelf slots and i'm using order by bay,shelf, slots and I get
bay shelf slots
103.2 1 13-16
103.2 1 1-4
103.2 1 17-18
103.2 2 11-14
103.2 2 1-2
and I want
103.2 1 1-4
103.2 1 13-16
103.2 1 17-18
103.2 2 1-2
103.2 2 11-14
is my order by wrong or is there something else I have to do?
bay shelf slots
103.2 1 13-16
103.2 1 1-4
103.2 1 17-18
103.2 2 11-14
103.2 2 1-2
and I want
103.2 1 1-4
103.2 1 13-16
103.2 1 17-18
103.2 2 1-2
103.2 2 11-14
is my order by wrong or is there something else I have to do?