Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating a duplicate table with SQL statement
Message
From
02/10/2001 16:58:35
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Creating a duplicate table with SQL statement
Miscellaneous
Thread ID:
00563306
Message ID:
00563306
Views:
45
Hello everyone

I'm using this select command:

select sum(ansdur),sum(retaildur),sum(retailcost) from myTable where .... into table mynewTable.dbf

The problem is that the field names in "mynewTable.dbf" are different from "myTable.dbf".
"myTable.ansdur" is now "mynewTable.sum_ansdur"
"myTable.retaildur" is now "mynewTable.sum_retail"
"myTable.retailcost" is now "mynewTable.sum_retai2"

Is there a way creating "mynewTable" with exact fields as "mytable" by using tha above SQL command?

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform