Alter Session Set Nls Date Format

[Solved] Alter Session Set Nls Date Format | Sql - Code Explorer | yomemimo.com
Question : alter session set nls_date_format

Answered by : vastemonde

-- Date format for session
ALTER SESSION SET NLS_DATE_FORMAT='DD/MM/YYYY HH24:MI:SS';

Source : | Last Update : Tue, 18 May 21

Answers related to alter session set nls date format

Code Explorer Popular Question For Sql