Thread
:
database question..
View Single Post
04-13-2008, 08:35 AM
#
21
(
permalink
)
Grooverider
hildog
Join Date: Aug 2002
Posts: 843
-1 Internets
Because it was an example.
For those that care, the correct answer was:
select distinct a.keywordid, k.keyword from adata a join keyword k using (keywordid) join company c using(companyid) where c.companyurl like '%variable%'
Grooverider
View Public Profile
Find More Posts by Grooverider