Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy table which is part of a database
Message
De
16/08/2000 03:08:57
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Copy table which is part of a database
Divers
Thread ID:
00405367
Message ID:
00405367
Vues:
66
i have amongst others, a table abc in my database xyz. i wish to make a copy of the table abc by:-

set exclusive on
select * from abc into table qqq

but i get an error message "File qqq already exists as part of a database". table qqq does not exist in the first place.

i also tried:-

set data to xyz
remove table abc

before i execute the select * command but i have the same result.
how do i accomplish my mission? ta
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform