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>") |
|
| (One intermediate revision by the same user not shown) | |
(No difference)
| |
Latest revision as of 09:39, 18 May 2018
select to_char(sysdate,'yyyy/mm')
from dual;