A
ASP.Confused
I have a table with 306 records. If I select the top 33.333333333 percent,
it's returning 101 rows. It should return 102 rows.
Thinking that this was possibly a round-off error...I tried selecting the
top 99 percent, and it returned 303 rows. When 306 * 0.99 = 302.94, I'm now
not too sure it's truly a round-off error...because... 306 * 0.33333333333 =
101.99999, which if the row count were rounded up like the top 99 percent, it
should return 102.
Does anyone have any suggestions?
it's returning 101 rows. It should return 102 rows.
Thinking that this was possibly a round-off error...I tried selecting the
top 99 percent, and it returned 303 rows. When 306 * 0.99 = 302.94, I'm now
not too sure it's truly a round-off error...because... 306 * 0.33333333333 =
101.99999, which if the row count were rounded up like the top 99 percent, it
should return 102.
Does anyone have any suggestions?