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

Home -> Community -> Usenet -> c.d.o.misc -> RR Prolem with creating view

RR Prolem with creating view

From: Manash Chakraborty <manash_at_superlink.net>
Date: 1998/11/25
Message-ID: <73hfjv$jkj$1@earth.superlink.net>#1/1

I have two Tables

  1. tab1 with col1 3 4 5 2)tab2 with col2 10 12 16

I need to create a view vw12
The view will hold the product of tab1.col1 and tab2.col2

 such as vw12     col12
                            30
                             48
                              80

 Thanks in advance.Tapash. Received on Wed Nov 25 1998 - 00:00:00 CST

Original text of this message

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