SQL - Date format yyyy/mm

From GUILLARD WIKI
Revision as of 10:08, 18 May 2018 by Guillard (talk | contribs) (Created page with "<syntaxhighlight lang="sql"> select to_char(sysdate,'yyyy/mm') from dual; </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
select to_char(sysdate,'yyyy/mm') 
from dual;