Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Union in subquery is invalid
Message
 
 
To
15/01/2006 14:53:30
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01086909
Message ID:
01087025
Views:
20
Another one
SELECT Member.FirstName FROM Member ;
 WHERE EXISTS (  SELECT * FROM New ;
 	   WHERE Member.Numero = New.NoMember2 ;
 			OR Member.Numero = New.NoMember3 ;
 			OR Member.Numero = New.NoMember4) 
>I like this approach better. Thanks
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform