Get Count of the rows in Column, after Where Conditions are applied in SQL Server

后端 未结 0 768
终归单人心
终归单人心 2021-01-11 18:58

I Have Following SP.

DECLARE @invoiceTable TABLE (
Id INT 
Name NVARCHAR(MAX),
ToatalRecords INT NOT BULL,
FilteredCount INT DEFAULT 0 NOT NULL
)

Insert Into         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题