Hello everyone,
For example, I have a table like this and an index with UNIQUE type is set to Make with name MAKE.
ID Make Model
1 AGCO test1
2 AGCO test2
3 AXIAL test3
4 AXIAL test4
If I do a command "SET ORDER TO MAKE", the result is:
ID Make Model...