Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Insert
Message
 
 
À
20/02/2003 04:30:47
Niall Dempsey
Initiative Computers
Athlone, Irlande
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00755376
Message ID:
00755447
Vues:
14
It's possible in VFP8. In VFP6 you will do it in two steps.
select * ;
  from table2 ;
  where x = y ;
  INTO CURSOER crsTemp NOFILTER

SELECT table1 
APPEND FROM ( DBF("crsTemp") )
USE IN crsTemp
>Is it possible in VFP6 to use the SQL INSERT command to add records from one or more tables?
>For the example the following works with standard SQL:
>Insert into table1 select * from table2 where x = y
>
>Thanks
>Niall
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform