We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
변수에 접근하는 표현식을 나타내는 노드입니다.
Qsi.Tree
IQsiMemberAccessExpressionNode
Identifier
접근할 변수의 식별자를 나타냅니다.
SELECT @a
다음과 같은 쿼리문에서 @a가 변수가 되며 그 자체로 식별자가 됩니다.
@a