We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
함수의 식별자를 나타내는 노드입니다.
Qsi.Tree
IQsiMemberAccessExpressionNode
Identifier
접근할 함수의 식별자입니다.
SELECT COUNT(*) FROM sample_table
다음과 같은 쿼리문에서는 count(*)가 함수가 되며 count가 접근할 함수의 식별자가 됩니다.
count(*)
count