Popular Posts

SQLblog.com - The SQL Server blog spot on the web

Friday, October 13, 2017

calculation

SQLServerCentral » Latest topics
calculation
Hi,

TOTAL  datatype is (numeric(10,0),null)
STR  datatype is (numeric(20,15),null)


REPLACE(FORMAT(CAST(ROUND((
      CASE
       WHEN SUM(CASE WHEN a.TOTA

No comments: