Creating a new partition detail
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Creating a new partition detail
The following code shows the creation of a policy with detail values:
|
The above example partitions the Order table
on order date, sets the HasRange property to TRUE, and adds
two ranges so that all data less than the specified values are added to the corresponding
partitions. This example assumes there is a table called Order, with no records, and an index on a field named Order-Date.