Your Romantic Queries

SELECT COUNT(*), a.id, a.title, c.user, MAX(b.timestamp) FROM logentries a, comments b, authent c WHERE a.id = b.entryid AND a.user_id = c.id GROUP BY 2 ORDER BY 5 DESC LIMIT $index_display_number;

This query kind of turns me on.

2 Responses to "Your Romantic Queries"

  1. Charles R says:

    “So, your blog or mine?”

  2. cari says:

    Yours!

    oh.