Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Maximum length of text in a field for all records
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Vista
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01429973
Message ID:
01429976
Views:
70
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform