Example

Example 1: The following statement sets the CURRENT DEGREE to inhibit parallelism.

  SET CURRENT DEGREE = '1' 

Example 2: The following statement sets the CURRENT DEGREE to allow parallelism.

  SET CURRENT DEGREE = 'ANY'