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: Question about alter table

Re: Question about alter table

From: Chen Zhao <czhao_at_cs.helsinki.fi>
Date: Tue, 27 Nov 2001 22:59:17 +0200
Message-ID: <9u0upg$inf$1@oravannahka.helsinki.fi>

"Hello_World" <nix1_at_cuse15.se.cuhk.edu.hk> wrote in message news:9u0t3i$pea$1_at_eng-ser1.erg.cuhk.edu.hk...
> If I want to cahnge number(7,6) to number(10, 10)
> what is the SQL command?

ALTER TABLE table_name MODIFY (column_name (10,10));

-chen Received on Tue Nov 27 2001 - 14:59:17 CST

Original text of this message

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