Get row count of table while inserting data in table

后端 未结 0 1936
北荒
北荒 2021-01-18 12:55

I have following SQL Query

DECLARE @invoiceTable TABLE (
Id INT NOT NULL,
CustName NVARCHAR(MAX) NOT NULL,
FilteredRecords DEFAULT 0 NOT NULL
)

Insert into @         


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