I have 2 tables: TAB1 incliudes PRIMARY_PROD_NO and ALT_PROD_NO
TAB2 has PROD_NO (as KEY) and PROD_DESCRIPTION.
How do I code a select statement that will give the result set of:
PRIMARY_PROD_NO, description, ALT_PROD_NO, Description?
Eachh Description relating to each Prod_no.
thank you
IPPOPP