Is it possible to do something like this in postgres?
set variable_name = select ....
select count(*)/$variable_name ....
Basically, for a series of queries I need to do, I want to pull a count once
and reuse that count in subsequent queries to calculate percentages.
thx
andy
---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster