Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How will i use Alias in SQL Statement
Message
De
21/05/2005 03:15:07
 
 
À
21/05/2005 03:01:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
01016437
Message ID:
01016438
Vues:
29
Try this one:

cSql = "Select EmpMst.EmpName As Name,EmpAtt.EmpDate As Date,EmpAtt.EmpAtt As AttHrs,EmpAtt.EmpRate As ;
Rate From BetaSql.dbo.EmpMst a,BetaSql.dbo.EmpAtt b where Len(aEmpCode) > 0 and a.Empcode = ?;
cEmpCode And a.EmpCode = b.EmpCode"
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform