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: Change columns datatype and order

Re: Change columns datatype and order

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 27 Jun 2005 11:48:11 -0700
Message-ID: <1119898103.42014@yasure>


Frank van Bortel wrote:

>>CREATE TABLE t (
>>mycol VARCHAR2(30));
>>
>>ALTER TABLE t MODIFY (mycol VARCHAR(100));
>>

> 
> 
> That's not even a different *data type*.
> And why do you insist on using VARCHAR? :devil:
> ;)

It was tired and I was late. ;-)

-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Mon Jun 27 2005 - 13:48:11 CDT

Original text of this message

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