Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tables
Message
De
21/08/2000 22:01:44
 
 
À
21/08/2000 19:54:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Re: Tables
Divers
Thread ID:
00407562
Message ID:
00407590
Vues:
20
>Hey All,
>what is considered the best way to move multiple records from 1 table to another table with the same fields????

You might try something like

SELECT * FROM sourcetable WHERE conditions NOFILTER INTO CURSOR mycursor
SELECT destination
APPEND FROM (DBF('mycursor'))
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform