Hi
Got various fields in T-SQL where a decimal point and a zero follows each value:
ie:
46.0
54.0
234.0
etc
The fields were orignally set up as float.
Can I use a quick convert or cast to remove the ".0"
Got various fields in T-SQL where a decimal point and a zero follows each value:
ie:
46.0
54.0
234.0
etc
The fields were orignally set up as float.
Can I use a quick convert or cast to remove the ".0"
Comment