Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Query
Message
De
23/02/2010 08:02:37
 
 
À
23/02/2010 07:51:45
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Re: Query
Divers
Thread ID:
01450439
Message ID:
01450447
Vues:
44
>>hello!
>>i have two tables and i wanna move some records from 1 table to another so i wanna write
>>
>>select *;
>>from; 
>>mainbase! clients ;
>>where client.id=1; 
>>into table classln;
>>
>>the problem with this Sql i s the table Classln is gonna get re written. can i fit an Append Blank in there somewhere?
>
>
>Check help for SQL INSERT
>
>Agnes
ohhh how does this look..from the top of my head btw
Insert * into classln ;
from mainbase! clients; 
where clients.id=1
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform