Use the RESET statement to restore the value of a run-time parameter to the default value. RESET is an alternative spelling for SET run_time_parameter TO DEFAULT.
RESET
SET run_time_parameter TO DEFAULT
reset_stmt ::= RESET { run_time_parameter | ALL }
RESETrun_time_parameterALL
Specify the name of a mutable run-time parameter.
SHOW
SET