Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Moving records Table to Table
Message
De
22/08/2000 10:29:34
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Moving records Table to Table
Divers
Thread ID:
00407737
Message ID:
00407737
Vues:
44
INSERT INTO tablename(Orig_lata, Term_lata, Bill_dur);
VALUE (temp.Orig_lata, temp.Term_lata,temp.Bill_dur)


I'm using this code to bring information into a table from a temp table with same format....It works if I put the actual tablename in the code, but I want to be able to choose that path each time. What can I use as a generic tablename???
Kelly

Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform