View Single Post
Old 07-20-2009, 12:12 PM   #5 (permalink)
JaoudeStudios
The Acquainted
 
JaoudeStudios's Avatar
 
Join Date: Jul 2009
Location: Surrey
Posts: 105
Thanks: 1
JaoudeStudios is on a distinguished road
Default

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?
__________________
JaoudeStudios.com | JaoudeStudios.com Forum | JaoudeStudios.com Blog
OpenSource is the road ahead...!
JaoudeStudios is offline  
Reply With Quote