Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 9405

DB2 :: RE: Regarding COBOL Stored Procedure option - GENERAL WITH NULLS

$
0
0
Author: Rohit Umarjikar
Posted: Fri Nov 04, 2016 10:41 pm (GMT 5.5)

Is that what you lookingg for?
Code:
Select Col1_tb1 as col1,
Col2_tb1 as col2,
Col1_tb2 as col3,
Col2_tb2 as col4
from Table1 A, Table2 B
where A.id = B.id;

_________________
Regards,
Rohit Umarjikar
"Knowledge is knowing that a tomato is a fruit, but Wisdom is knowing not to put it in a fruit salad."icon_razz.gif


Viewing all articles
Browse latest Browse all 9405

Trending Articles