Here are a couple more SQL Selects you can try:
PHP Code:
SELECT FROM_UNIXTIME((`TIMESTAMP` / 1000)) as mytime FROM `table`;
SELECT FROM_UNIXTIME((`TIMESTAMP` / 1000)) as mytime, TIMESTAMP mod 1000 as msec FROM `table`;
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )