Returns the explicit name of a new partition, partition_name returns the partition name of the specified data or index partition id.
partition_name(indid, ptnid[, dbid])
select partition_name(0, 1111111111)
select partition_name(1, 1212121212, db_id("testdb")
If the search does not find the target partition, the return is NULL.