Alter Session
In this page you could find information about Session.
Alter session
Oracle Code:
alter session set nls_date_format = 'DD-MM-YYYY';Snowflake Code:
ALTER SESSION SET DATE_INPUT_FORMAT = 'DD-MM-YYYY' DATE_OUTPUT_FORMAT = 'DD-MM-YYYY';Session Parameters Reference
Session Parameter
Snowflake transformation
Known Issues
Related EWIs
Last updated
