Working on Version: 7.3.1.3290. I am looking at 2 very different values on a table I'm trying to get a true row count on. In Toad when I select the TABLE and then on then on the right side of my display I have multiple columns such as Columns, Data Information, Indexes, Constraints , etc. Under the Information tab there is a Rows value that shows: 1952388 However, when I execute a SELECT COUNT(*) FROM tableA I see a COUNT(*) = 731826. What is the difference? Which one is the true row count? Any help/direction would be appreciated. Thank you.
↧