RESET
This page documents the preview version (v2.21). Preview includes features under active development and is for development and testing only. For production, use the stable version (v2024.1). To learn more, see Versioning.
Synopsis
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
.
Syntax
Semantics
run_time_parameter
Specify the name of a mutable run-time parameter.