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 -> Re: PL/SQL help for a beginner

Re: PL/SQL help for a beginner

From: Guido Konsolke <gk61_at_gmx.net>
Date: Fri, 20 Sep 2002 13:46:49 +0200
Message-ID: <1032522022.348787@news.thyssen.com>

"Billy Verreynne" wrote...
(snipped)
> SELECT /*+ FULL(tablename) */ * FROM tablename
> Use cartesian joins, e.g.
> SELECT * FROM table1, table2, table3
> Combine these with a CREATE TABLE AS SELECT.
> In fact, being a newbie you have all the qualifications you need or
> hammering Oracle. :-)

And these qualifications don't fully disappear when you become an 'expert'. ;-)

Nice weekend to all,
Guido Received on Fri Sep 20 2002 - 06:46:49 CDT

Original text of this message

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