Jump to content

[SOLVED] Group by clause


satishgadhave

Recommended Posts

I have a table named as 'books' and it contains book details including title and ISBN number for each book.

Some books have same name and ISBN number but other books have same name but different ISBN.

 

Requirement is when I display book listing on website, books with same name should not appear except they have different ISBN numbers.

 

If I used 'group by title' then only one of the books with different ISBN numbers and same name appears where all of such books should appear.

 

Any help will be appreciated.

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/155039-solved-group-by-clause/
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.