페이지 트리

버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.
댓글: 목차 영문으로 변경

Easy Heading Macro
navigationTitle목차

Register Schemas and Tables

...

  1. Right-click the [Tables] folder under the registered schema, then select [Add derived table] from the dropdown menu.



  2. In Derived table dialog box, enter the table name and description, then input the SQL statement to create the table, click [Execution] button.
    Execute and After the execution, verify the column information and data preview, then and click the [Save] button.

    참고사항
    titleNote : Writing Queries for Derived Table

    Derived tables are analyzed as sub-queries during data analysis. Functions sepcific to each DB are supported.




  3. Check the created table information. 

...