Wrong results on Number of Rows From SELECT COUNT(*) Versus SELECT *
(Doc ID 2914196.1)
Last updated on JULY 20, 2024
Applies to:
Oracle Database - Enterprise Edition - Version 19.16.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
SELECT COUNT(*) gives no result but SELECT * does.
Same query that uses COUNT gives no values back, gives values when used SELECT *.
Changes
Tables use RELY constraints
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |