>>-DROP COGROUP--+-cogroup_name-----------------+-------------->< '-| Cogroup_Range_Identifier |-'
Cogroup_Range_Identifier: |--+-prefix--| Formatting Characters |---------+----------------| '-prefix--| Formatting Characters |--suffix-'
Formatting Characters: |--%f--(--first--"--last--)-------------------------------------|
Element | Purpose | Restrictions | Syntax |
---|---|---|---|
cogroup_name | The name of a coserver or cogroup in the database server | Name must be unique within a database server. | See Cogroup Name. |
prefix | The alphabetic portion of the generated cogroup name that precedes the formatting character | The combination of the prefix, formatting character, and suffix must not exceed 18 characters. | See Identifiers in onutil Commands and Coserver List. |
suffix | The alphabetic portion of the generated cogroup name that follows the formatting character | The combination of the prefix, formatting character, and suffix must not exceed 18 characters. | See Identifiers in onutil Commands and Coserver List. |
first | The starting value of the integer to substitute for the coserver name | The value of first must be equal to or less than the value of last. | Unsigned integer. |
last | The ending value of the integer to substitute for the coserver name | The value of last must be equal to or larger than first. | Unsigned integer. |
Use the onutil DROP COGROUP command to delete one or more cogroups. If you specify a cogroup range identifier, the database server drops the list of cogroups that the cogroup range identifier represents.