Column Position

Previous Next

See Also

The order of columns when expanding the '*' operator (e.g. in select * from T1), might differ between USoft 7 and 8 if the columns of a table do not have a value specified for the position field. You are advised to check all cases where a '*' is used in statements and where the order of the columns matters, for example in the select statements of external sets or logical views. Re-compute or check the objects to solve any problems. To ensure that the right order is always used: supply a value for the 'Position' field for each column of the table.