Quantcast
Channel: ฟอรัม Getting started with SQL Server
Viewing all articles
Browse latest Browse all 8428

float vs real data types

$
0
0

Hi,

If I have the following simple table and a column of type float:

CREATE TABLE [dbo].[Table_1]([test] [float] NULL)

and perform the following command:

ALTER TABLE Table_1 ALTER COLUMN test float(8) NULL

the column is changed to "real" data type. Is this normal?


Viewing all articles
Browse latest Browse all 8428

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>