Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
One field for two fields
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00792720
Message ID:
00792739
Vues:
19
This message has been marked as the solution to the initial question of the thread.
SELECT LEFT(myfield,6) AS ID, SUBSTR(myfield,7) AS Name ;
  FROM mytable ;
  INTO TABLE newtable
>Very good
>
> But how can I pass the content to a table instead of a cursor ?
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform