Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bluk Copy
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00769204
Message ID:
00769208
Vues:
18
Hello,

Yes you can copy all records using this code

select * from SourceTable where.(whereClause) into cursor JustCopy
sele 0
use DestinationTable
append from dbf('JustCursor')

Or

sele 0
use DestinationTable
append from SourceTable for (WhereClause)

Also You can see "append from" command Help Topic

Best regards

Sevdalina Draganova
Best regards

Sevdalina Draganova
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform