Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another SQL Server 2000 Query Conundrum
Message
 
 
To
01/08/2007 22:03:16
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01243142
Message ID:
01245363
Views:
32
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform