Closed cyberhuman closed 5 years ago
https://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html#function_unix-timestamp Currently SELECT UNIX_TIMESTAMP(date_column) will not work:
SELECT UNIX_TIMESTAMP(date_column)
Error: Failure("Unknown function \"unix_timestamp\" of 1 arguments")
Thanks!
https://dev.mysql.com/doc/refman/5.7/en/date-and-time-functions.html#function_unix-timestamp Currently
SELECT UNIX_TIMESTAMP(date_column)
will not work: