camdenite Posted February 3, 2009 Share Posted February 3, 2009 Hi, I got this: SELECT category_id, tite FROM blogb, blog_category INNER JOIN cat_title; and this: $query = "SELECT blog_id, date2, heading FROM blogb"; and somehow want to mix the two. On the first I want to actually just grab the title from blog_category dependant on the category_id in blogb. And make this all into one query. Thank you for any advice or please just point me in the right direction. Cheers. Quote Link to comment https://forums.phpfreaks.com/topic/143679-inner-join-foreign-key/ Share on other sites More sharing options...
fenway Posted February 6, 2009 Share Posted February 6, 2009 Don't mix the two... just use the first one -- but you're missing the JOIN condition! Quote Link to comment https://forums.phpfreaks.com/topic/143679-inner-join-foreign-key/#findComment-755792 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.