コンテンツエリア開始

Syntax documentation create_view_statement Locate the document in its SAP Library structure

<create_view_statement> ::=
  CREATE [OR REPLACE] VIEW <
table_name> [(<alias_name>,...)]
    AS <
query_expression> [WITH CHECK OPTION]

コンテンツエリア終了