SyntaxFix
Write A Post
Hire A Developer
Questions
select format(convert(float,@your_column),'0.0#########')
Advantage: This solution is irrespective of the source datatype (float, scientific, varchar, date etc)
String is limited to 10 digits, bigInt gets rid of decimal values
String
bigInt