Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Joins
Message
 
 
To
05/08/2000 05:42:47
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Title:
Re: Joins
Miscellaneous
Thread ID:
00401095
Message ID:
00401763
Views:
16
>Thanks,
>but was is wrong with the follow query:
>
>SELECT a.*, e.title, b.department, d.function, c.apostrophe
>FROM table1 a;
>INNER JOIN table b;
>INNER JOIN table c;
>ON a.b_id = b.id ;
>ON a.c_id = c.id ;
>WHERE a.number = "XXX"


You're referencing field d.function from a table d that is not in select.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform