View Single Post

   
  #6 (permalink)  
Old 04-08-2008, 11:16 AM
DA Morgan
 
Posts: n/a
Default Re: Inserting a new PK into an existing table

Jens Lenge wrote:
> Hello world,
>
> I want to add a new numeric column "id" into an existing table


Please don't.

SELECT keyword
FROM gv$reserved_words
WHERE keyword LIKE 'ID%;
--
Daniel A. Morgan
University of Washington
damorgan@x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Reply With Quote