-
Notifications
You must be signed in to change notification settings - Fork 7
column_declared_column
Tony Jang edited this page Sep 25, 2020
·
1 revision
테이블에 정의되어 있는 Column을 나타내는 노드입니다.
Qsi.Tree
정의되어 있는 Column의 이름을 나타냅니다.
SELECT sample_table.sample_column FROM sample_table
다음과 같은 쿼리의 경우 sample_table.sample_column
가 DeclaredColumn이 되며
Name은 actor와 sample_column가 분리되어 QsiQualifiedIdentifier
가 됩니다.