use AdventureWorks2012 | |
go | |
declare @vars float; | |
select @vars = count(*) from sales.SalesOrderHeader | |
print @vars |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use AdventureWorks2012 | |
go | |
declare @vars float; | |
select @vars = count(*) from sales.SalesOrderHeader | |
print @vars |