すぐ忘れてしまうので各DBごとの日付関数
mysql
select date_format(now(), '%Y%m%d')
Oracle
select to_char(sysdate,'yyyymmdd') from dual
postgres
select to_char(current_timestamp, 'yyyymmdd');
すべて結果は
-------------------------------
20071026
2007年10月26日金曜日
日付関数 mysql postgres oracle
登録:
コメントの投稿 (Atom)
0 comment:
コメントを投稿