No TrackBack tonight

I was hoping to implement TrackBack on my site tonight. Then I discovered that my archive page is empty. This query used to return the distinct years from my posts:

SELECT DISTINCT DATE_FORMAT(whenposted, '%Y') AS y FROM weblog ORDER BY y DESC;

Now it returns nothing. Hopefully I can find something in the MySQL documentation about this.

No Comments feed

Leave a Comment