The MAX_PT function returns the maximum partition value of a Hologres table.
Syntax
SELECT MAX_PT('<table_name>');The following table describes the parameters.
Parameter | Description |
table_name | The Hologres table name. |
Example
SELECT MAX_PT('holo_table');