When you query the partitioned table XX.YYY, the partition column is not specified in the search criteria.
A partitioned table can be queried only when the query condition contains at least one partition column.
Query a partitioned table by referring to the following example:
Assume that partitionedTable is a partitioned table and partitionedColumn is a partition column. The query statement is as follows:
SELECT * FROM partitionedTable WHERE partitionedColumn = XXX