JWH> SELECT TO_UNIXTIME(your_column) FROM table ...


It doesn't work... MySQL returns error - what could be trouble in? I
also tried

SELECT TO_UNIXTIME(foo) AS bar FROM baz

But it's look like it doesn't know such function :\.

I tried table in next types: TIMESTAMP,DATETIME.


-- 
Best regards,
 L0vCh1Y


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to