forked from docs/mapreduce-service
propose-mrs_operation-guide-lts-748-RST repair #1
@ -27,7 +27,7 @@ For details about the SQL statements for materialized views, see :ref:`Table 1 <
|
|||||||
+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Showing materialized views | Show all MVs whose catalog name is **mv** and schema name is **mvschema**. | show materialized views from mvschema; | **mvschema** indicates the schema name. The value of **catalog** is fixed to **mv**. |
|
| Showing materialized views | Show all MVs whose catalog name is **mv** and schema name is **mvschema**. | show materialized views from mvschema; | **mvschema** indicates the schema name. The value of **catalog** is fixed to **mv**. |
|
||||||
+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| | Use the LIKE clause to filter the materialized views whose names meet the rule expression. | show MATERIALIZED VIEWs in mvschema tables like '``*``mvtb_0001'; | **mvschema** indicates the schema name. |
|
| | Use the LIKE clause to filter the materialized views whose names meet the rule expression. | show MATERIALIZED VIEWs in mvschema tables like ``*`` mvtb_0001; | **mvschema** indicates the schema name. |
|
||||||
+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
| Querying the statement for creating a materialized view | Query the statement for creating the the materialized view of **mv.default.mv1**. | show create materialized view mv.default.mv1; | **mv1** indicates the name of the materialized view. |
|
| Querying the statement for creating a materialized view | Query the statement for creating the the materialized view of **mv.default.mv1**. | show create materialized view mv.default.mv1; | **mv1** indicates the name of the materialized view. |
|
||||||
+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
+-----------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
||||||
|
Loading…
x
Reference in New Issue
Block a user