[ad_1]
You can use MySQL’s UNIX_TIMESTAMP() function:
SELECT *, UNIX_TIMESTAMP(createdate) AS unix_createdate FROM my_table
[ad_2]
solved Select all columns but unix_timestamp createdate [closed]
[ad_1]
You can use MySQL’s UNIX_TIMESTAMP() function:
SELECT *, UNIX_TIMESTAMP(createdate) AS unix_createdate FROM my_table
[ad_2]
solved Select all columns but unix_timestamp createdate [closed]