Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Unresolved
-
1.1.6
-
None
-
None
-
Vmware 6.7
2 UM
3 PM
Description
Hi,
i've one table with 43008 records but using select count there are about 49152 thousand records.
Why this discrepancy?
SELECT * FROM unified_audit_trail_test
43008 records
SELECT COUNT FROM unified_audit_trail_test
49152 records
SELECT dbid,COUNT FROM unified_audit_trail_test GROUP BY dbid
DBID COUNT
3286457321 42105 records
3257935924 903 records