Subject | UNIX_TIMESTAMP to What for FB15 |
---|---|
Author | dleec45 |
Post date | 2004-05-24T20:25:51Z |
I searched this site for UNIX_TIMESTAMP and other places in order to
know how to deal with this in FB15. I'm converting a MySQL system and
this is in a query that is blowing up on me. Here's the query and if
anyone has any ideas on how do deal with this, I would love to hear
your comments.
$Query = "SELECT ID, Headline, Summary, Body, Location, " .
"UNIX_TIMESTAMP(Expires) AS Expires, DisplayPrecedence " .
"FROM news " .
"WHERE expires > 'NOW()' ";
Regards, Lee
know how to deal with this in FB15. I'm converting a MySQL system and
this is in a query that is blowing up on me. Here's the query and if
anyone has any ideas on how do deal with this, I would love to hear
your comments.
$Query = "SELECT ID, Headline, Summary, Body, Location, " .
"UNIX_TIMESTAMP(Expires) AS Expires, DisplayPrecedence " .
"FROM news " .
"WHERE expires > 'NOW()' ";
Regards, Lee