How can I know the exact value of maxvalue in high_value in partition?
PARTITION "PARTMAXVALUE" VALUES LESS THAN (MAXVALUE)
Also if the table has already a partition created where high value is set to maxvalue, will I still able to create other partitions?
Thank you.