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 ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match