C.J*_*.J. 5 sql-server stored-procedures
我看过很多SP,例如:
SET @SQLString = N'SELECT @max_titleOUT = max(JobTitle)
FROM AdventureWorks2012.HumanResources.Employee
WHERE BusinessEntityID = @level';
Run Code Online (Sandbox Code Playgroud)
N到底是什么意思?