WordPress database error: [Table 'robinikn_wrdp2.wp_categories' doesn't exist]
SELECT cat_ID, cat_name, category_nicename, category_description, category_parent
FROM wp_categories
WHERE cat_ID > 0
ORDER BY cat_name asc
WordPress database error: [Table 'robinikn_wrdp2.wp_categories' doesn't exist]
SELECT cat_ID,
COUNT(wp_post2cat.post_id) AS cat_count
FROM wp_categories
INNER JOIN wp_post2cat ON (cat_ID = category_id)
INNER JOIN wp_posts ON (ID = post_id)
WHERE post_status = 'publish'
AND post_date_gmt < '2008-11-19 22:21:03'
GROUP BY category_id