Define SQL Code Generation Criteria for a Materialized View
Use the Clauses tab in the PostgreSQL Materialized View Editor to specify the search conditions and criteria used to generate the SQL code for a materialized view.
To define SQL code generation criteria for a materialized view
The PostgreSQL Materialized View Editor opens.
Lets you enter the search condition that must be satisfied by the results of the view query. The text you enter becomes the WHERE clause in the SQL code that is generated for the selected view.
Lets you enter the criteria that you want to use to group rows returned by the view query. The text you enter becomes the GROUP BY clause in the SQL code that is generated for the selected view.
Lets you enter the search condition that is applied to each row group, and filter out rows that do not meet the specified search condition. The text you enter becomes the HAVING clause in the SQL code that is generated for the selected view.
Note: This option is only available if your target DBMS supports the HAVING clause.
SQL code generation criteria is defined for the selected materialized view and the PostgreSQL Materilaized View Editor closes.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|