Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo Field
Message
 
 
To
24/04/2008 19:47:39
Ed Hizon
Skswood Sdn. Bhd
Kuala Belait, Brunei
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01313036
Message ID:
01313042
Views:
17
No, direct ordering or grouping on memo field is not allowed. You can first convert memo to a string (limited to 254 characters) and then do sorting/grouping on it.
SELECT ... FROM (  
   SELECT PADR(mymemo,254) AS mystr, ....) dt1 
  ORDER BY mystr
>Could I be able to put a memo field on SQL Select into order by or group by. I tried using mline() function but it did'nt work. Is there anyway I could do it.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform