Greetings
I have a column which stores the date of an action.
The format is string and in seconds.
How can I convert the sql function sysdate() to seconds and as a string.
Can it be done all in the sql, or do I need to use php for that.
(sql only is the prefered choice).
When I say second, I think it is seconds passed from the time php started counting, 1977 or somthing like that.
Thanks