for month in (' + @cols + ')然而,目前输出的结果显示"amount“的值为NULL,但是我想用"0”替换NULL值。AccountBalance Aug Jul Jun Sep
100 M R Test Test Account Test Company 100 -50 -
将数据从sql服务器返回到视图,这对我来说是一个问题。我的问题是如何将列标题从数据库返回到angular应用程序视图中的表。标题是动态的,这意味着当用户将新的person添加到数据库中的person表中时,数据透视表将获得具有新person姓名的新列。我使用C# ASP.NET WebAPI 2和SQLServer2012作为