Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Flipping the fields from horizontal to vertical
Message
De
19/09/2007 12:19:16
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Flipping the fields from horizontal to vertical
Divers
Thread ID:
01255514
Message ID:
01255514
Vues:
54
Trying to flip some data around...
SELECT ;
	KeyField, ;
	MyField01, ;
	MyField02 ;
	FROM MyTable ;
	WHERE MyTable.KeyField == m.KeyExpression ;
	INTO CURSOR MyCursor
The output is like this:
KeyField     MyField01     MyField02

000001       Smith         Jones
The results I want to get is:
KeyField     MyField

000001       Smith
000001       Jones
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform