Fixed
Details
Details
Assignee
Fabio Maulo
Fabio MauloReporter
Jeff Hagen
Jeff HagenComponents
Fix versions
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created January 15, 2007 at 1:14 PM
Updated October 27, 2007 at 7:53 AM
Resolved October 27, 2007 at 7:50 AM
According to the Sql Server 2005 documentation:
"COUNT always returns an int data type value."
"COUNT_BIG always returns a bigint data type value."
As of 1.2 beta3, it returns int64 which is not correct.