Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT based on a matching record in another table
Message
 
 
To
12/07/2002 13:58:46
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00678126
Message ID:
00678196
Views:
14
>Hi Nadya,
>
>Your example worked too, which ended up being this using my data:
>
>
>select cN_name from lcontrol ;
inner join ctrlset on ;
upper(alltrim(lcontrol.cN_name))=upper(alltrim(ctrlset.ctrlname)) ;
where ctrlset.fontreq = .t.
>
>
>However, I went with Sergey's example though because I believe his will be faster.
>Thanks!
>Tracy

If time permits and you can run some speed testing, it would be great. Though I believe Sergey by word :)
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform