Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Order By MEMO field
Message
 
 
To
03/05/2001 10:09:51
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00503001
Message ID:
00503004
Views:
21
This message has been marked as a message which has helped to the initial question of the thread.
>I customer want to order by a MEMO field in a SQL query.
>
>I noticed it doesn't work.
>
>Is there any workarounds?
>
>I tried substr() ect..
>
>i.e.
>select textfield,memofield from mytable order by memofield;

Try
SELECT textfield,memofield, LEFT(memofield,254) AS memosort ;
    ORDER BY memosort
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform