Thread: Query problem
View Single Post

   
  #3 (permalink)  
Old 02-28-2008, 06:21 AM
Jon Ribbens
 
Posts: n/a
Default Re: Query problem

On Wed, May 09, 2007 at 07:14:38PM +0200, Martijn Tonies wrote:
> >I have a table of properties that is linked to a table f images with a one

> property to many images relationship. I >have manged this with nested
> queries but want to try and do it on one line. My current query
> >
> >$query = "SELECT * FROM images, properties WHERE images.property_id =

> properties.property_id";
> >
> >As you can see from the query this returns a row for every image so if a

> property has 3 images associated with it >it will be returned 3 times.
>
> What exactly is your question?


I think he somehow wants to return each property once only but still
have every image returned in the result.
Reply With Quote