Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Order By MEMO field
Message
 
 
À
03/05/2001 10:09:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00503001
Message ID:
00503004
Vues:
20
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--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform