*

2005 / October 24th/ Hmmm…

I wonder what these could be.

SELECT DISTINCT * FROM wp_posts 
LEFT JOIN wp_post2cat ON (wp_posts.ID = wp_post2cat.post_id) 
LEFT JOIN wp_categories ON (wp_post2cat.category_id = wp_categories.cat_ID) 
WHERE wp_posts.ID 
IN (SELECT post_id FROM wp_kn_posts_tags WHERE tag_id = 3) GROUP BY wp_posts.ID ORDER BY post_date DESC

...

...

A word from the sponsors. Advertise with Warpspire

1 Comment

comments feed

  1. Gravatar
    Daniel Oliver

    October 24th | #

    I’m loving the colours. Can’t wait to see it in all it’s glory.

Make a Comment

don’t be afraid, it’s just text

Comments are parsed with Markdown. Basic HTML is also allowed.