|
-
 Originally Posted by gandolf989
Code:
SELECT t1.c1, t1.c2, t1.c3, NVL(t2.c4, 'null') c4
FROM t1
LEFT OUTER JOIN t2
ON t1.c1 = t2.c1
AND t1.c2 = t2.c2;
Is this what your teacher wanted??? 
LOL!!
Jeff Hunter
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|