Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Matching two tables
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00140496
Message ID:
00140529
Views:
22
You need to put the FROM into the Second Select Statement...

>select * from suadps_packup_file;
> where suadps_packup_file.niin not in (select nalcomis_packup_file.niin);
> into cursor MyCursor
>
>This returns 'Command is missing required clause'
>
>both tables(suadps_packup_file and nalcomis_packup_file) are in the same .dbc and have an index on the field 'niin' as usual I thought I had tried the obvious but I'm confused
Previous
Reply
Map
View

Click here to load this message in the networking platform