Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ALLTRIM vs PADL with Indexes
Message
From
19/04/2001 11:30:58
David Brunelle
Université de Sherbrooke
Sherbrooke, Quebec, Canada
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
ALLTRIM vs PADL with Indexes
Miscellaneous
Thread ID:
00497311
Message ID:
00497311
Views:
52
Here is a typical situation. There is a table with record of 4 long but most of them only have two letter and are put that way in the table : " AA" (2 spaces before) There is an index XINDEX on that record as : XINDEX = UPPER(field)
There is a form that seek the table for a specific match : "AA"

Which one is faster...?
Padding the "AA" with 2 spaces and then do the SEEK, or use SEEK (ALLTRIM(field))
Will both be the same speed or will one of them use the index where the other will not?
Next
Reply
Map
View

Click here to load this message in the networking platform