[PHP-DB] problem with where clause

2002-07-24 Thread JJ Harrison
Here is my query(It is part of a search script and is dynamicly generated): select 0 + article_keyword.weight * article_keyword.keyword like '%green%' as score, article_keyword.aid, article_data.name, article_data.time, article_data.description from article_keyword, article_data where score 0

RE: [PHP-DB] problem with where clause

2002-07-24 Thread Russ
:[EMAIL PROTECTED]] Sent: Wednesday, July 24, 2002 4:16 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] problem with where clause Here is my query(It is part of a search script and is dynamicly generated): select 0 + article_keyword.weight * article_keyword.keyword like '%green%' as score