Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: PL/SQL help for a beginner
"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
![]() |
![]() |