Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Select with Subquery confusion
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00053103
Message ID:
00053189
Views:
23
Take a look to my answer to Roxanne. Hope I'm right. :)

Vlad

>I think you need to add aliases to that second query and add a condition, like this:
>
>
>SELECT * FROM ALPHA_X A WHERE NOT EXISTS( ;
> SELECT * FROM ALPHA_X B WHERE A.Somefield = B.Somefield AND B.stype="WL " AND B.progtype="NP") ;
> INTO CURSOR ALPHATMP
>
>I think that ought to do it.
>
>How come no new picture of you from DevCon (with hat, of course)?
>
>George
Previous
Reply
Map
View

Click here to load this message in the networking platform