Wrox Programmer Forums
|
Classic ASP Databases Discuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 6th, 2004, 05:11 PM
Registered User
 
Join Date: Aug 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Default Multiple Inner Joins

I currently have three tables joined and working.

FROM ContactInfo INNER JOIN
    (PropertyInfo INNER JOIN PropFeatures
               ON PropertyInfo.PropertyID = PropFeatures.PropertyID)
           ON ContactInfo.ContactID = PropertyInfo.ContactID

My problem comes when I need to add a fourth table.

OpenHouse.PropertyID

Where do I add this?

Help.






Similar Threads
Thread Thread Starter Forum Replies Last Post
multiple sql joins in mySQL 5 Dean Lovell SQL Language 4 January 19th, 2007 02:43 PM
Joins for multiple tables Jinn SQL Server 2000 2 November 5th, 2006 11:39 PM
Multiple Joins in Multiple Table Search query pookster Access 4 September 23rd, 2004 03:04 PM
multiple self joins and sum [email protected] SQL Language 3 May 25th, 2004 06:03 PM
Joins marthaj SQL Server 2000 7 June 26th, 2003 09:02 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.