Alter Session
In this page you could find information about Session.
Alter session
-- Oracle
alter session set nls_date_format = 'DD-MM-YYYY';
-- Snowlake
alter session set /*** MSC-WARNING - MSCEWI3058 - NLS_DATE_FORMAT SESSION PARAMETER DOES NOT ENFORCE THE INPUT FORMAT IN ORACLE ***/
DATE_INPUT_FORMAT = 'DD-MM-YYYY' DATE_OUTPUT_FORMAT = 'DD-MM-YYYY';Session Parameters Reference
Last updated
Was this helpful?