I am trying to use SQL to retrieve the thread count for individual entries where t.topic_id= forum_topic_id. I can’t figure out how to do a SQL query that uses a weblog table with the standard EE weblog fields because I don’t know where to find the table and field names for the basic weblog fields.
Can someone help me with the SQL statement I need. It should be simple: select thread count where {forum_topic_id}=t.topic_id.
Help is much appreciated!
Craig