The information in this article applies to:
SYMPTOMSString functions such as LEFT(), RIGHT(), and SUBSTR() cannot be used with the ORDER BY clause of the SQL - SELECT statement. Doing so results in the following error message:
CAUSEORDER BY supports only columns either by name or number, it does not support any other expressions. WORKAROUNDCreate a dummy column using the string function and then order by that column, as in the following example:
STATUSThis behavior is by design. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: kbdse VFoxWin
Keywords : kbVFp300 kbVFp500 kbVFp600 FxprgSql |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |