max method

Field max ()

Perform a MAX operation on a field.

Implementation

Field max() {
  _operation = 'MAX';
  return this;
}