Difference between revisions of "SQL - Date format yyyy/mm"
Jump to navigation
Jump to search
(Created page with "<syntaxhighlight lang="sql"> select to_char(sysdate,'yyyy/mm') from dual; </syntaxhighlight>") |
(No difference)
|
Revision as of 09:08, 18 May 2018
select to_char(sysdate,'yyyy/mm')
from dual;