Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL select
Message
From
02/09/2004 15:48:09
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00938904
Message ID:
00938921
Views:
21
>hi all,
>i am having a bit of trouble remembering how to do this code. i have table 1 and cursor1 but i cannot get the 3rd line correct, have written it as i mean it to work.
>
>selcet * ;
> from table1 ;
> where table1.field1 is in cursor1.field2
> into cursor2 nofilter
>
>any help much appreciated.
>Slán
>~M
select * ;
   from table1 ;
     join cursor1 ;
       on table1.field1$cursor1.field2 ;
   into cursor2 nofilter
Tamar
Previous
Reply
Map
View

Click here to load this message in the networking platform