Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Convert to excel
Message
De
31/05/2007 04:54:14
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
31/05/2007 03:57:18
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Database:
Visual FoxPro
Divers
Thread ID:
01229506
Message ID:
01229517
Vues:
6
>hi all,
>how i can change char1 to 2 names as..
>
>SELECT char1 AS tel no ,char2 AS first name .... FROM am2 INTO CURSOR curTmp
>
>COPY TO (gcDelimFile) XLS
>
>thanks.
SELECT char1 AS tel_no ,char2 AS first_name .... FROM am2 INTO CURSOR curTmp

COPY TO (gcDelimFile) XLS
or
SELECT char1 AS telNo ,char2 AS firstName .... FROM am2 INTO CURSOR curTmp

COPY TO (gcDelimFile) XLS
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform