View previous topic :: View next topic |
Author |
Message |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Thu Aug 06, 2009 2:00 pm Post subject: Table access order |
|
|
An explain from inner joining 3 tables show:
Code: |
QBLOCKNO PLANNO TNAME
------------- --------- --------
1 1 TABLE1
1 2 TABLE2
1 3 TABLE3
|
Can I influence DB2 to access the table in different order? e.g.
Code: |
QBLOCKNO PLANNO TNAME
------------- --------- --------
1 1 TABLE2
1 2 TABLE3
1 3 TABLE1
|
|
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|