How can I get and filter the values corresponding to the table partition?

I have a need to be able to query the partition table partitioned by date field and which partitions are under the specified date range. However, the high_value in dba_part_partition is of type long, and when the partition key is of type date, the to_date expression is stored in this field, which cannot be used for conditional comparison. I would like to ask you, how can you get and filter the corresponding values of the table partition? thank you

.
Jun.17,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-15d0245-1612f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-15d0245-1612f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?