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 -> Time consuming for drop column

Time consuming for drop column

From: Konghun Choi <ashydays_at_shinbiro.com>
Date: Fri, 10 Aug 2001 02:48:41 GMT
Message-ID: <dYHc7.15375$2k2.709858@news.bora.net>

I have to drop column from table which have about 2,000,000 rows.

Which is the less time consuming ?

    the one is just 'alter table <table> drop column ...'     the other is 'update <table> set <column to drop> = NULL ,... '

        and after 'alter table <table> drop column ...'

Thanks in advance. Received on Thu Aug 09 2001 - 21:48:41 CDT

Original text of this message

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