The ALTER SYSTEM command modifies the value of a server configuration parameter.
ALTER SYSTEM
ALTER SYSTEM SET configuration_parameter { TO | = } { value [, ...] | DEFAULT }
ALTER SYSTEM SET rw_streaming_enable_delta_join TO true;
Was this page helpful?