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

Home -> Community -> Usenet -> c.d.o.server -> Re: Problem with a view: table from it contains wrong number of rows

Re: Problem with a view: table from it contains wrong number of rows

From: <schonlinner_at_yahoo.com>
Date: 17 Feb 2006 12:45:33 -0800
Message-ID: <1140209133.089938.145620@f14g2000cwb.googlegroups.com>


Hi Hans,

> Does the source table have any special data types or objects [...]

No, the base table is as follows:

create table mytable (
org char(3),
dest char(3),
uvo char(3),

c_pax number(8,2),
c_rev number(8,2),
m_pax number(8,2),
m_rev number(8,2)

)

Regards,
  Alex Received on Fri Feb 17 2006 - 14:45:33 CST

Original text of this message

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