/ Published in: SQL
Example of date parsing when you store a unix timestamp as an int in your DB.
Expand |
Embed | Plain Text
SELECT min( FROM_UNIXTIME(timestamp, '%Y') ) AS min_year FROM calendar_dates
You need to login to post a comment.
