Re: create break report

From: (wrong string) înzatu <mvali_at_rds.ro>
Date: Tue, 28 Sep 1999 11:08:48 +0200
Message-ID: <7spsl3$4i6$1_at_news.Romania.EU.net>


If you use SQL*Plus you may try this :

    connect demo/demo_at_[connection string]

    SQL> break on customer_id skip 1
    SQL> select customer_id, total from sales_order;

and see if that is what you want.

utlot_at_my-deja.com a écrit dans le message <7slp5d$uva$1_at_nnrp1.deja.com>...
>Hi everybody,
> I am working on a bank project.Iam trying to create a
>report which prints the monthly transactions of the customer.I have
>created a mater detail-report using group above.My problem it that I
>whant it to break after each account holder.How can I do it?
> Thanks in advance...
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
Received on Tue Sep 28 1999 - 11:08:48 CEST

Original text of this message