This topic describes the syntax of the MAX_PT function in Hologres.

Description

MAX_PT: queries the name of the largest partitioned table for a MaxCompute table of Hologres.

Synopsis

SELECT MAX_PT('<table_name>')

Parameter

table_name: the name of the table of Hologres to query.

Example

SELECT MAX_PT('holo_table');