0 votes
in Sql by
How can we convert between Unix & MySQL timestamps?

1 Answer

0 votes
by
UNIX_TIMESTAMP is the command which converts from MySQL timestamp to Unix timestamp

FROM_UNIXTIME is the command which converts from Unix timestamp to MySQL timestamp.
...