Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » DBISAM Technical Support » Incident Reports » Incident Reports Reported for Version 4.02 » View Incident Report |
Serious |
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 30, 2024 at 11:41 AM | Privacy PolicySite Map © 2025 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |