Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Free table
Message
 
To
24/12/2000 10:06:58
Gad Hutt
Express Print
Herzliya, Israel
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00456663
Message ID:
00456665
Views:
21
>Hi All,
>
>What is the best way for creating a free table from an existing database table?
>
>I need to preserve the data + structure . . .
>
>Thanks,
>
>Gadi Hutt

SELECT *;
FROM [database table];
INTO TABLE [free table]


HTH
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Reply
Map
View

Click here to load this message in the networking platform