Quote:
Originally Posted by Mark^Bastard
Keep in mind this is only safe if the field you're counting on is 'not null'. Counting on fields skips null values.
|
Indeed. I should have noted that. I usually count on my primary key, which by design does not hold any null values.