[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ale] any SQL gurus?



> SELECT COPY.copy_key, TITLE.title_key, TITLE.name FROM COPY INNER JOIN 
> TITLE
> on COPY.title_key = TITLE.title_key WHERE COPY.owner = 
> [your-owner-value]

Ooh, I've been afraid of inner joins.  Thanks a bunch.  I'll try it, 
and then see if I can grok the concept. *8)

-- Jason