How can we help you today? How can we help you today?
M. Haar
Aliases not working when setting variable
When you want to assign a value to a variable with the SET option then the the table name won't get an Alias. Like:DECLARE @PersonID INT SET @PersonID = ( SELECT [Id] FROM [Dbo].[Person].....) I...
2 followers 5 comments 0 votes