Oracle:

select to_char(sysdate,'yyyy"年"MM"月"dd"日"') from dual;

Mysql:

select date_format(now(),'%y年%m月%d日')