Jump to content

INNER JOIN Foreign Key


camdenite

Recommended Posts

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.

Link to comment
https://forums.phpfreaks.com/topic/143679-inner-join-foreign-key/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.