View Single Post

   
  #4 (permalink)  
Old 02-28-2008, 09:36 AM
Sanders Kaufman
 
Posts: n/a
Default Re: should I use join?

Jerry Stuckle wrote:

> How about something like:
>
> SELECT * FROM uploads
> JOIN uploadsOwners ON uploads.id = uploadsOwners.id
> WHERE uploadsOwners.owner = 'john';


Does that require Foreign Key relationship?
Reply With Quote