Re: select/query from two tables

2004-10-08 Thread SGreen
ywords` USING?? > > Thanks again > > > > > > > > > > > > Shawn Green > > Database Administrator > > Unimin Corporation - Spruce Pine > > > > > > "leegold" <[EMAIL PROTECTED]> wrote on 10/08/2004 12:06:1

Re: select/query from two tables

2004-10-08 Thread Michael Stassen
wrote on 10/08/2004 12:06:17 PM: A popular question, how to select/query from two tables. I googled it but am having trouble, wondered if anyone would answer this newbie question. Here's my existing (PHP) query: $query = "SELECT page.* FROM `page` LEFT JOIN `keywords` USING (`page_id`) WH

Re: select/query from two tables

2004-10-08 Thread leegold
> > > Shawn Green > Database Administrator > Unimin Corporation - Spruce Pine > > > "leegold" <[EMAIL PROTECTED]> wrote on 10/08/2004 12:06:17 PM: > > > A popular question, how to select/query from two tables. I googled it > > but am h

Re: select/query from two tables

2004-10-08 Thread SGreen
ration - Spruce Pine "leegold" <[EMAIL PROTECTED]> wrote on 10/08/2004 12:06:17 PM: > A popular question, how to select/query from two tables. I googled it > but am having trouble, wondered if anyone would answer this newbie > question. Here's my existing (PHP) query:

select/query from two tables

2004-10-08 Thread leegold
A popular question, how to select/query from two tables. I googled it but am having trouble, wondered if anyone would answer this newbie question. Here's my existing (PHP) query: $query = "SELECT page.* FROM `page` LEFT JOIN `keywords` USING (`page_id`) WHERE MATCH (`keywords`.`k