I want to do a simple statment but it is not working. I am trying to do a "set order to mode, eff_date" for a table that has the following indexes:
INDEX ON eff_date TAG eff_date ADDITIVE
INDEX ON mode TAG mode ADDITIVE
When I do the set order to, it only orders mode not the mode and then eff_date, can anyone tell me why?
INDEX ON eff_date TAG eff_date ADDITIVE
INDEX ON mode TAG mode ADDITIVE
When I do the set order to, it only orders mode not the mode and then eff_date, can anyone tell me why?