• Try this to start, I found this on another web site. I googled count figures in sql table.

    http://www.w3schools.com/sql/sql_func_round.asp

    SELECT DataKey, ROUND(DataKey,0) as DataKey FROM Tablename

    MCSE SQL Server 2012\2014\2016