INFOR.PARTITION
This function shows the Compass partition for the record. The functions and parameters are case-insensitive.
The default result set column name is infor.Partition. You may specify an alias to override the default result set column name.
Syntax
select infor.partition('object') from object
The parameter is the object name. Use single quotes around the object name because it is a literal for the function. Use the object name as a parameter if the query contains joins to select the Partition from a specific object name.
Syntax
select infor.partition() from object
The object name is optional if the query selects data from a single object.
Note: Before v2020-09, the default name of the partition was rd. The infor
prefix is the new naming standard as of v2020-09. The infor prefix was added to
avoid name contention with properties defined in the object meta data. You may
continue to select the partition using rd, but it may be depreciated in a
future release.