Russell Simpkins wrote:
> If you need a count, why not just execute one of the methods to get a > count. i.e.e select count(id) ...
The reason why i don't just make a count and then a selection of data is performance.
/BL