database, query

UNIX_TIMESTAMP 변환하기

디츠 2014. 10. 13. 22:38
SELECT UNIX_TIMESTAMP(date) FROM board;

2014-10-15 12:45:03 -> TIMESTAMP 값으로 변환한다