On Creating A Table Column Of Type "float With Precision" Column Gets Created As "real" Type In Sql Server
I created a simple table as below: create table table1 ( col1 float(1), col2 float ) When I check …
Read more
On Creating A Table Column Of Type "float With Precision" Column Gets Created As "real" Type In Sql Server