| Subject: | Re: 3 table join |
|---|---|
| From: | "weezerboy" <webforumsuser@xxxxxxxxxxxxxx> |
| Date: | Thu, 21 Feb 2008 16:16:07 +0000 (UTC) |
| Newsgroups: | macromedia.coldfusion.database_access |
Here is the code..seems like this should work!!! I have created relationships for the 3 tables on conference_userid <cfquery name="conferencelist" datasource="conferences" dbtype="ODBC"> select n.* from NAMEINFOF n LEFT JOIN FUNCTIONSF f on n.conference_userid=f.conference_userid LEFT JOIN RESTAURANTF r on n.conference_userid=r.conference_userid where n.conference_userid=1 </cfquery> Here is the error message Error Executing Database Query. [Macromedia][SequeLink JDBC Driver][ODBC Socket][Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression 'n.conference_userid=f.conference_userid LEFT JOIN RESTAURANTF r on n.conference_userid=r.conference_userid'. |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: 3 table join, paross1 |
|---|---|
| Next by Date: | Re: 3 table join, CF_Oracle |
| Previous by Thread: | Re: 3 table join, paross1 |
| Next by Thread: | Re: 3 table join, CF_Oracle |
| Indexes: | [Date] [Thread] [Top] [All Lists] |