All Products
Search
Document Center

Hologres:MAX_PT function

Last Updated:Jan 27, 2026

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');