Summing Float datatypes returns different results depending on the row order.
Nobody would recommend anyone they like to use the Float datatype. But, if somebody does, I am always looking for different ways in which the FLOAT datatype may surprise people. Just so I can show some examples. Recently a LinkedIn post triggered me to look for another one, and I found it on StackExchange. SQL Server’s SUM() can produce different results depending on the order rows are aggregated! The example here: If you want SQL…