SELECT FROM_UNIXTIME(timestamp) FROM your_table;
-- Use the FROM_UNIXTIME() function in MySQL select from_unixtime(timestamp) from my_tbl;