Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ordering
Message
 
 
To
09/02/2000 16:39:56
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00329726
Message ID:
00329740
Views:
24
Then you have to convert your fields with UPPER(), LOWER() or PROPER(). So to optimize, you have to index using upper, lower, proper if any of these are used in the WHERE clause --

select all id, upper(lname) lname, upper(fname) fname ...
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform