![]() | Products |
| Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Addressed for Version 4.03 » View Incident Report |
| Reported By: Danny Humphress Reported On: 2/8/2004 For: Version 4.02 Build 1 |
Index
=====
CREATE NOCASE INDEX Call on InvCtrl (Call)
Queries
=======
The following query is optimized and returns 1,452 records in 2.3
seconds:
SELECT * FROM InvCtrl
WHERE UPPER(Call)>=UPPER('0') AND UPPER(Call)<UPPER('1')
However, the following query is not being optimized and takes 10.1
seconds to return the same 1,452 records:
SELECT * FROM InvCtrl
WHERE UPPER(Call) LIKE UPPER('0%')This web page was last updated on Wednesday, October 22, 2025 at 04:21 PM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

