DB2 Update Query Problem
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Consider two tables T1 and T2. T1 has two columns F1 and F2. T2 has two columns F3 and F4. We need to set F1 = F3 where F2 = F4. A query for this made for ORACLE works, but does not work under DB2. What will be the DB2 specific implementation of this query? (and the standard SQL92 implementation?.
-
Consider two tables T1 and T2. T1 has two columns F1 and F2. T2 has two columns F3 and F4. We need to set F1 = F3 where F2 = F4. A query for this made for ORACLE works, but does not work under DB2. What will be the DB2 specific implementation of this query? (and the standard SQL92 implementation?.