Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append via select
Message
 
 
To
08/12/2005 03:51:33
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01076028
Message ID:
01076192
Views:
26
In VFP9 (8?) you can do

insert into myTable from (select myfields from myOthertables where myFilterCondition).

Check the INSERT-SQL command in Help.

>hi all,
>
>any idea , help
>i try to append new records to mytable, as under
>
>
>Select * from rami3 ;
> where inList( upper(allt(sec_txt)), "ÞØÇÚ ÇäÙãÉ ÇáãÚáæãÇÊ                                   ") ;
> append blank;
>   into table rami4 nofilter
>
>thanks
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