A cogroup_range_identifier specifies one or more cogroup names to be created, checked, or dropped. Use cogroup_name or cogroup_range_identifier in the following onutil commands.
Cogroup range identifiers can include embedded formatting characters of the following form:
%r(first..last)
These formatting characters have the following meaning:
For example, the following onutil command contains a cogroup range identifier for cogroups eds.1_acctg and eds.2_acctg:
% onutil 1> CREATE COGROUP acctg_cogroup 2> FROM eds.%r(1..2)_acctg;Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]