Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo Field
Message
 
 
À
24/04/2008 19:47:39
Ed Hizon
Skswood Sdn. Bhd
Kuala Belait, Brunei
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01313036
Message ID:
01313042
Vues:
18
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform