Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - How does oracle convert a float field to a double type? Must be a double type, and oracle supports double types.
How does oracle convert a float field to a double type? Must be a double type, and oracle supports double types.
In fact, in oracle, numeric types can be replaced by numeric types, which cover all numeric types, including integer and floating-point types. ....

There should be no data type like double in oracle.

Add a new field: alter table table name add field name type.

Hope to adopt!