Alter Session
In this page you could find information about Session.
Last updated
In this page you could find information about Session.
Last updated
Alter session has an equivalent in Snowflake and some the variables are mapped to Snowflake variables. If a permutation of Alter Session is not supported the node will be commented and a warning will be added.
alter session set nls_date_format = 'DD-MM-YYYY';
ALTER SESSION SET DATE_INPUT_FORMAT = 'DD-MM-YYYY' DATE_OUTPUT_FORMAT = 'DD-MM-YYYY';
Session Parameter
Snowflake transformation
NLS_DATE_FORMAT
DATE_INPUT_FORMAT and DATE_OUTPUT_FORMAT
NLS_NUMERIC_CHARACTERS
NOT SUPPORTED