This topic describes how to use the MAX_PT function to query the latest child partitioned table of a parent Hologres partitioned table.
Syntax
SELECT MAX_PT('<table_name>');
The following table describes the parameter in the syntax.
Parameter | Description |
table_name | The name of the parent Hologres partitioned table. |
Example
SELECT MAX_PT('holo_table');