Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying a table
Message
From
31/10/2003 06:48:44
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
30/10/2003 15:31:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00844706
Message ID:
00844869
Views:
18
>i have two table with the same structure with around 65 fileds
>
>here is the code
>
>select * from table_a where name = "BOB" into cursor cur_b
>
>
>
>and i want to copy the result to table_b
>
>
>how can i do
>
>
>if you add msn and can help me live tell me thks.

select Table_B
append from table_A for name = "BOB"

Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform