Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Another SQL Server 2000 Query Conundrum
Message
 
À
01/08/2007 22:03:16
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 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01243142
Message ID:
01245363
Vues:
33
This message has been marked as a message which has helped to the initial question of the thread.
>IF SQLEXEC(lnConnection,m.lcSQL) > 0
> TEXT TO lcSQL2 NOSHOW PRETEXT 15 TEXTMERGE
> SELECT qry2.table2id, vh.* from table3 as vh
> INNER JOIN (<>) qry2
> ON vh.vehi_id = qry2.vehi_id ORDER BY vehi_id
> ENDTEXT

You need an alias in the ORDER BY clause. I'm surprised this works in 2005.
Del
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform