You can try simply: table1: has column1 of type 'float' instead
SELECT column1 from Table1; gives values ββas shown in the table.
Say it returns 15.1
However, if you try
Select column1 from Table1 FOR XML PATH('Table1'), Root('SomeRoot'), TYPE
returns: 1.510000000000000e + 001
Has anyone seen this, and how was it fixed? thanks in advance:)
floating-point xml sql-server
Loser coder
source share