Re: [SQL] Creating an aggregate function
Roberto Mello <[EMAIL PROTECTED]> writes: > and our output was: > date_id | n_sessions_day | members | non_members > -++---+- > 1 |500 |30 | 136394044 > 2 | 2000 | 136394612 | 136394
[SQL] Creating an aggregate function
Hi all, This e-mail is long because I am providing lots of details on the problem. It's an OpenACS module that we are porting so it'll have lots of users, you can be sure. I have this view that I am porting that is a UNION of two self OUTER JOINed views. PG does not support UNIONs in views, so