On Friday 18 December 2009 11:00:33 am sabrina miller wrote:
> Hi everybody,
> My requirements was:
> + Made a table charge to be partitioned by carrier and month
> + summarize by charges
> + summarize by users,
> + each summarization must be by month and several others columns.
>
>
>
> Doesn'
Hi everybody,
My requirements was:
+ Made a table charge to be partitioned by carrier and month
+ summarize by charges
+ summarize by users,
+ each summarization must be by month and several others columns.
Here is the database
CREATE TABLE charges.charge
(
id serial NOT NULL,
transaction