Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Syntax
Message
 
 
To
14/01/2009 21:27:43
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
01373839
Message ID:
01373885
Views:
15
That was the first error that I noticed. The second is the calculated column. In VFP you can not ORDER BY calculated coumn.

You may want to use select field1, ... from (select field,..., calculated field from ... order by calculated field)

>>Looks like you're missing a space after ], e.g. [ ] as fld8 or cast("" as C(1)) as fld8
>
>Did not make a difference.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform