Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Maximum length of text in a field for all records
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01429973
Message ID:
01429976
Vues:
67
>Is there a quick command to you can run like the SUM() command that will give you the maximum length of text in a text field for all records for that field?
>Example: Record 1, field 1="this", Record 2, field1="this is cool", Reocrd 3, field 1="this is" The result I'm looking for
SELECT MAX(LEN(RTRIM(myfield))) ...
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform