I'm writing a query on a postnuke sql database. In one table (nuke_stories) I have the article and some related information, each article has a field for the associated category. However, the category field is just a number field, another table (nuke_stories_cat) has a field with the category numbers and another with the category text name.
My question is how do I write a query that will display the article along with its category name? I can obviously easily write the query to display the category number but how do I tie that to its text name stored in the other table?
Thanks 🙂
My question is how do I write a query that will display the article along with its category name? I can obviously easily write the query to display the category number but how do I tie that to its text name stored in the other table?
Thanks 🙂