DB2 - Problem description
Problem IC73786 | Status: Closed |
SUBQUERIES OR INLINE SQL FUNCTIONS WHICH HAVE INNER JOIN WITH ON CLAUSE RETURN SQL0338N | |
product: | |
DB2 FOR LUW / DB2FORLUW / 970 - DB2 | |
Problem description: | |
DB2 used to return SQL338N for a subquery or an inline SQL function referenced in the ON clause of an INNER JOIN operator. The restriction has been relaxed. However, SQL338N will continue to be returned for a subquery or an inline SQL function that is referenced in the ON clause of an OUTER JOIN operator. | |
Problem Summary: | |
**************************************************************** * USERS AFFECTED: * * Users on V9.7 Fp3a and below * **************************************************************** * PROBLEM DESCRIPTION: * * DB2 used to return SQL338N for a subquery or an inline SQL * * * * function referenced in the ON clause of an INNER JOIN * * * * operator. The restriction has been relaxed. * * * * * * * * However, SQL338N will continue to be returned for a subquery * * or * * an inline SQL * * * * function that is referenced in the ON clause of an OUTER * * JOIN * * operator. * **************************************************************** * RECOMMENDATION: * * Upgrade to V9.7 FP4 or higher. * **************************************************************** | |
Local Fix: | |
As a workaround, users can modify their query to rewrite INNER JOIN(the ANSI JOIN syntax) into the comma-separated join syntax. | |
available fix packs: | |
DB2 Version 9.7 Fix Pack 4 for Linux, UNIX, and Windows | |
Solution | |
First fixed in V9.7 FP4 Local Fix: As a workaround, users can modify their query to rewrite INNER JOIN(the ANSI JOIN syntax) into the comma-separated join syntax. | |
Workaround | |
not known / see Local fix | |
BUG-Tracking | |
forerunner : APAR is sysrouted TO one or more of the following: IC74075 IC74078 follow-up : | |
Timestamps | |
Date - problem reported : Date - problem closed : Date - last modified : | 11.01.2011 09.05.2011 09.05.2011 |
Problem solved at the following versions (IBM BugInfos) | |
9.7.FP4 | |
Problem solved according to the fixlist(s) of the following version(s) | |
9.7.0.4 |