07-20-2009, 12:12 PM
|
#5 (permalink)
|
|
The Acquainted
Join Date: Jul 2009
Location: Surrey
Posts: 105
Thanks: 1
|
Example
SELECT Data1,Data2
FROM Table1
JOIN Table2 ON Table1.id = Table2.id
I have just noticed you do not have the same ID in both tables???
QUOTE "declared (ID) the same on both tables"
Are the IDs in both tables foreign keys?
|
|
|
|