SELECT *
FROM Table1
INNER JOIN Table2 ON Table1.FieldX = Table2.FieldX
INNER JOIN Table3 ON Table1.FieldX = Table3.FieldX
INNER JOIN Table4 ON Table1.FieldX = Table4.FieldX
WHERE Table1.FieldY = SomeValueOfInterst

Try a Google Search for "SQL Tutor"

At 11:45 PM 11/5/02, you wrote:
>good evening all (Or morning).
>I've been digging around the net all night (and a number of books at
>Borders- best library in town) but I can't find an easy example so here we
>go:
>I want to join 4 tables, what would a generic 4 table join look like?
>
>thanks ahead of time. your help keeps me sane :)
>
>Jason
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Reply via email to