Show TOC

Syntax documentationreorg_tabpart Locate this document in the navigation structure

This parameter specifies the database table partitions for a reorganization using BRSPACE.

Syntax Syntax

  1. reorg_tabpart = [[<owner>.]<table>.]<partition>
  2. | [[<owner>.]<table>.][<prefix>]%[<suffix>]
  3. | [[<owner>.]<table>.][<prefix>]*[<suffix>]
  4. | (<tabpart_list>)
End of the code.

Default: none

Example Example

reorg_tabpart = (PART1, PARTTAB1.PART2, SAPSR3.PARTTAB2.PART3)

End of the example.