Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql way of doing append
Message
From
26/02/2000 06:21:15
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Sql way of doing append
Miscellaneous
Thread ID:
00338025
Message ID:
00338025
Views:
53
I build a table from many sql statements. Is there a better way to do this:

select whatever into cursor temp
thedbf = dbf()
select bigtable
append from (thedbf)

Repeat the above may times to keep adding to bigtable.

The question is: Instead of the append from, is there a more sql way of doing the above?

TIA
Cyril.
Next
Reply
Map
View

Click here to load this message in the networking platform