Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy table line by line
Message
From
30/10/2003 12:38:30
 
 
To
30/10/2003 12:13:40
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00844577
Message ID:
00844603
Views:
17
How about:
SELECT Table_B
APPEND FROM Table_A FOR Table_A.Ident > 10
HTH

>I have two table
>
>TABLE A
>-------
>ident int
>name c
>
>and
>
>TABLE B
>-------
>ident int
>name c
>
>so my code is like that
>
>select * from table_a where ident > 10 into cursor cur_temp
>
>and after that i want to copy line by line into table b
>
>how can i do that ????
Previous
Reply
Map
View

Click here to load this message in the networking platform