Search
 
SCRIPT & CODE EXAMPLE
 

SQL

alter session set nls_language french

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

PREVIOUS NEXT
Code Example
Sql :: oracle list chain steps 
Sql :: get from database the most recent data limit by 5 
Sql :: md5 encode oracle 
Sql :: find most frequent word in sql server 
Sql :: how to check common records in 2 table 
Sql :: SQL division of an integer by another integer get float CAST 
Sql :: case vhdl 
Sql :: windows aggregate functions in postgresql 
Sql :: psql attribute cannot login 
Sql :: query inner join 
Sql :: select all from table left join 
Sql :: java sql connection close 
Sql :: do block in postgresql 
Sql :: export database with data sql server 
Sql :: join vs inner join 
Sql :: docker use mysql 
Sql :: sql server get date of previous sunday 
Sql :: postgresql alter column data type from integer to integer array 
Sql :: flask sqlalchemy remove duplicates 
Sql :: query to get all primary keys and foreign key 
Sql :: mysql in clausule string array 
Sql :: mysql undo delete 
Sql :: sql commands 
Sql :: sql server synonym 
Sql :: mysql shell set time_zone 
Sql :: drop specific row postgresql 
Sql :: mysql order by list 
Sql :: sql constraints 
Sql :: sql transaction 
Sql :: SELECT SQL LIKE 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =