
December 1st, 2004, 01:23 PM
|
|
Registered User
|
|
Join Date: Dec 2004
Location: you don't want to know
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
using join in an SQL query
Hi can anyone help me . i want to know how to properly use join in an sql query.
I'll use these tables to give an idea of what i have to do
Table1: One Two Three Four
Table2: Five Six Seven
Table3: Eight Nine Ten Eleven
the keys are the underlined numbers
One is the same as Eight. Five is the same as Nine.
I have to get information from Two and Three and Eight
I dont know how to join 3 tables to get the information.
thanks to anyone who helps
|