On Mon, Mar 12, 2007 at 12:53:11 -0700, Mike <[EMAIL PROTECTED]> wrote: > > How do I get access to the total of all clicks on per row basis so I > can divide it? The only solution that comes to my mind is create a > subquery that does a (select count(*) from... where... ) of the > original grouped by sql statement.
That's how you do it. ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend