Login
Products
Sales
Support
Downloads
About
Home
»
Technical Support
»
DBISAM Technical Support
»
Incident Reports
»
Incident Reports Addressed for Version 3.09
»
View Incident Report
View Incident Report
Serious
Reported By: Gary Jones
Reported On: 4/8/2002
For: Version 3.08 Build 1
# 1088
SQL AVG Function Returning Incorrect Results for Non-Float Fields
Create a table "testTable" with a single field "testInt" of type integer.
Populate it with two records:
testInt
100
50
Then run the following SQL:
select avg(testInt)
from testTable
The result should be 75. Instead, the query returns 0.
Resolution
Fixed Problem on 4/10/2002 in version 3.09 build 1
More Support Options
Search Incident Reports
Support Forums
Frequently Asked Questions
Technical Bulletins
Technical Articles
Product Manuals
Roadmap