Saving a select count(*) value to an integer (SQL Server)

后端 未结 4 485
失恋的感觉
失恋的感觉 2021-02-01 05:41

I\'m having some trouble with this statement, owing no doubt to my ignorance of what is returned from this select statement:

declare @myInt as INT
set @myInt = (         


        
4条回答
提交回复
热议问题