in reply to Re: Problem converting with FROM_UNIXTIME
in thread Problem converting with FROM_UNIXTIME
And instead use just the column nameFROM_UNIXTIME(trans_date) AS 'Action_date'
The date values are displayed but in unix format.SELECT serial_num, trans_date , actor, type, trans_data, content FROM + transtable
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Problem converting with FROM_UNIXTIME
by ibra (Novice) on Jun 23, 2011 at 14:22 UTC |