to_char(sysdate,'D','NLS_DATE_LANGUAGE = AMERICAN')
ZaboJun 3 2013 — edited Jun 3 2013Hello,
I don't understand why, when I execute the following select under SQL/PLUS (SQL*Plus: Release 11.2.0.3.0) or Toad I don't get the same anwser.
select to_char(sysdate,'D','NLS_DATE_LANGUAGE = AMERICAN') from dual;
I thought that setting the language would give me the good answer.
Can anybody help me ?
Edited by: Zabo on Jun 3, 2013 7:07 AM