컴퓨터/SQL Server
SQL Server 오류 - Msg199
인숭이
2014. 11. 3. 16:38
Msg 199, Level 15, State 1, Procedure [프로시저이름], Line 0
An INSERT statement cannot contain a SELECT statement that assigns values to a variable.
-> Insert문에는 변수에 값을 할당하는 Select 문이 포함될 수 없습니다.