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 -> creating views

creating views

From: chris <damoncwk_at_hotmail.com>
Date: Fri, 24 Nov 2000 19:17:21 +0800
Message-ID: <8vlik7$vci8@hkunae.hku.hk>

Dear All,

    When I try to create a View in oracle, I type

create view IT AS select stuID, count(*) from Participate group by stuID

It prompts "must name this expression with a column alias"

    When I type

create view IT (a,b) AS select stuID, count(*) from Participate group by stuID

It prompts "Insufficient privileges"

    Can anyone pls explain it to me?

    Thx a lot! Received on Fri Nov 24 2000 - 05:17:21 CST

Original text of this message

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