MySql 시간 함수
unix_timestamp()
select unix_timestamp();
select unix_timestamp('2008-01-25 :00:00:00');
다시 변환할때는
from_unixtime() 함수 사용
MySql 시간 함수
unix_timestamp()
select unix_timestamp();
select unix_timestamp('2008-01-25 :00:00:00');
다시 변환할때는
from_unixtime() 함수 사용