Hi,
I have 2 tables. Table TA, Table TB. TA has two fields: code, descr. TB has five fields: code, descr, value, type, avail. TB has some records of TA (code,descr and also the rest of the fields). Now my question is how can I join these tables in a third one? Actually what I need is just the select statement.
I've tried but strange results came up. My main problem is that in the third table I want to have both TA,TB records but code field must be unique. And also the TA records must NOT have any value at the fields value,type,avail at the third table.
Any help?
Thanx
athan
I have 2 tables. Table TA, Table TB. TA has two fields: code, descr. TB has five fields: code, descr, value, type, avail. TB has some records of TA (code,descr and also the rest of the fields). Now my question is how can I join these tables in a third one? Actually what I need is just the select statement.
I've tried but strange results came up. My main problem is that in the third table I want to have both TA,TB records but code field must be unique. And also the TA records must NOT have any value at the fields value,type,avail at the third table.
Any help?
Thanx
athan