Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> SQL help needed

SQL help needed

From: Michael G. Schneider <mgs_software_at_compuserve.com>
Date: 1997/11/02
Message-ID: <01bce781$d7d43f60$0201dede@mum>#1/1

Given the following table (customers with payment on a certain day)

 CREATE TABLE tbl
 (

    CustNo	NUMBER,
    Day		DATE,
    Amount	NUMBER

 )

Is it then possible to create a view, which shows ...

So one row should give one customer with 12 fields 'Jan97', 'Feb97', ... giving the totaled amount for that month.

Michael G. Schneider

mgs_software_at_compuserve.com Received on Sun Nov 02 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US