Viewing 3 posts - 1 through 3 (of 3 total)
Hi again.
I can get my data with left join but that also returns 2 blank rows??
Here is some sample data:
sample data
PRODUCTS
productID generic fields.......
12
13
15
18
19
20
35
36...
October 25, 2006 at 6:55 am
#667843
"Thus there are no product id's in bikes that are also in parts?"
yes. that is the case.
I have tried left join now. Looks good! Will let you know how I...
October 25, 2006 at 6:17 am
#667823
Hello.
Thankyou for the suggestion.
However the parts table is totally unrelated to the bikes table so I cannot inner join from bikes.product_id to parts.product_id as there are no matching values.
Both tables...
October 25, 2006 at 6:06 am
#667816