How do I write a query that basically pulls only the latest (according to a UNIX_TIMESTAMP field) entry from a database?SketchPHP Code:SELECT * FROM table WHERE date....what?
| SitePoint Sponsor |
How do I write a query that basically pulls only the latest (according to a UNIX_TIMESTAMP field) entry from a database?SketchPHP Code:SELECT * FROM table WHERE date....what?
Bookmarks