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: match columns on insert sub select

Re: match columns on insert sub select

From: Erik Ykema <Erik.SIHTEVOMER.Ykema_at_xs4all.nl>
Date: Sun, 3 Aug 2003 11:55:59 +0200
Message-ID: <3f2cdc38$0$49103$e4fe514c@news.xs4all.nl>


It is generally advised to be as explit as possibly when writing code, so using select * is not acceptable in a production environment - imagine someone else adding a column to the source table. S. Bakker's suggestion to use user_tab_columns has worked for me many times. Good luck,
Erik Ykema.

"Dan." <dan_at_nospam.edu> wrote in message news:bgbj69$eok$1_at_news.Stanford.EDU...
> Anyone know of an easy way to copy data from table to table that will
match
> up exact same named columns from the source to the target?
Received on Sun Aug 03 2003 - 04:55:59 CDT

Original text of this message

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