MySQL – TIMESTAMP to Unix Timestamp

Ever wanted to create an attribute of type timestamp to a unix timestamp?

SELECT UNIX_TIMESTAMP(mydate) FROM mytable;

POST A COMMENT

  • You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>