Quote:
|
Originally Posted by rajaryan4545
hi all
SQL0437W performance of this complex query may be sub-optimal.reason code:"3". SQLSTATE=01602
0 row(S) affected.
|
Hi,
if there are performance problems this means two thinks:
1. SQL is badly written -> rewrite SQL.
2. SQL is really too complex -> make it more simple.
Can you post the SQL and table definitions including primary and foreign keys?
Hope this helps,
Grofaty