Home > @activeviam/activeui-sdk > SelectNode
SelectNode type
An MdxNode representing a SELECT statement or a subselect.
Signature:
export declare type SelectNode = SelectStatementNode | SubSelectNode;
Home > @activeviam/activeui-sdk > SelectNode
An MdxNode representing a SELECT statement or a subselect.
Signature:
export declare type SelectNode = SelectStatementNode | SubSelectNode;