table_sort

[SQLLIB]
table_sort = 2

This value controls the default algorithm used by the DP4 SQL Engine to select the order to access tables in a SQL statement that accesses multiple tables. Specify table_sort=0 to force tables to be accessed in the order specified in the FROM clause. For more information see the Compiler Hints section of the DP4 SQL Manual.