S
SirPoonga
I thought I posted this already, might get a double post.
I am importing data from a mainframe into tables based on record layout
info from the mainframe.
I have two tables, "operation" and "notes". They have the keys ID_ITEM
and ID_OPER. Not all operations have notes. So I need to left join
the operations table with the notes table. How do I do that with two
fields/keys?
I am importing data from a mainframe into tables based on record layout
info from the mainframe.
I have two tables, "operation" and "notes". They have the keys ID_ITEM
and ID_OPER. Not all operations have notes. So I need to left join
the operations table with the notes table. How do I do that with two
fields/keys?