Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What's tripping me up here?
Message
 
 
To
07/03/2002 16:51:58
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00629884
Message ID:
00629910
Views:
24
What's the backend database?

>I'm missing the syntax error in the following statement. Could one of the more experienced SQLers point to where I've wandered off the beaten path?
>SELECT
>    Account."ID", Account."BOB_ID", Account."Profile_ID",
>    Account_Contact."Contact_ID", Account_Contact."Account_ID", Account_Contact."Type",
>    Household."Household_ID",
>    Contact."Contact_ID", Contact."First_Name", Contact."Relationship",
>    Profile_Member."Owning_Profile_ID", Profile_Member."Member_Profile_ID"
>FROM
>    { oj ((("wcc"."Account" Account INNER JOIN "wcc"."Household" Household ON
>        Account."Profile_ID" = Household."Household_ID")
>     INNER JOIN "wcc"."Account_Contact" Account_Contact ON
>        Account."ID" = Account_Contact."Account_ID")
>     INNER JOIN "wcc"."Profile_Member" Profile_Member ON
>        Household."Household_ID" = Profile_Member."Member_Profile_ID")
>     INNER JOIN "wcc"."Contact" Contact ON
>        Account_Contact."Contact_ID" = Contact."Contact_ID"}
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform