I'm trying to pull some data from mt_blog using sql query.
What are the field names for categories and archieves?
I tried
CODE
SELECT blog_catetories FROM mt_blog WHERE (blog_id = 5)
, but did not work. blog_category didn't work either.
Where can I get the field names for mt_blog?
Thank you