Jump to content

[SOLVED] Query Help (again)


therealwesfoster

Recommended Posts

I have 2 tables, 1 is "comments" and the other is "images". Users comment the images etc.

 

Well on one page I'm wanting to sort the images by their number of comments. How would I create an SQL query to do this?

 

The tables are setup as follows, I'm only listing the table column names that are relevant:

 

comments

com_id (the ID of the comment)

com_picid (the ID of the pic it is related to)

 

images

pic_id (the ID of the pic)

 

Please help :) Thanks

 

Wes

Link to comment
https://forums.phpfreaks.com/topic/120246-solved-query-help-again/
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.