Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Selecting a variable as a SQL column
Message
De
15/08/2008 19:28:15
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:
Selecting a variable as a SQL column
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01339252
Message ID:
01339252
Vues:
60
UPDATE: Nevermind. Error was with the developer.

I get an error if I add the cPatientNumber line that PatientNumber cannot be found. I thought this was allowed. There will only be one record ever in the result and I want the specific value of cPatientNumber in that column.
SELECT ;
	cPatientNumber AS PatientNumber, ;
	ALLTRIM(pt.ptLName) AS PatientLastName, ;
.
.
.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform