Re: Change the number size.

From: (wrong string) émy ROUVIN <r_rouvin_at_club-internet.fr>
Date: 1996/04/24
Message-ID: <317D68A0.3894_at_club-internet.fr>#1/1


David Cui wrote:
>
> Dear netters:
>
> The title sounds confusing. What I intend to do is
> I have a table A with a field B. B is a number (12),
> I want to change the definition of B to be a number(6)
> say. Or I have a field of number, I want to change it to
> number (12) or to a float. What should I do?
>
> David

ALTER TABLE A MODIFY ( B NUMBER(6) , C NUMBER(12,2), ...) Remy Received on Wed Apr 24 1996 - 00:00:00 CEST

Original text of this message