MySQL Forums
Forum List  »  PHP

Re: Query Problem
Posted by: Jay Pipes
Date: August 04, 2005 09:43PM

I made a silly mistake. Everywhere I wrote:

INNER JOIN table1 as client_data1
INNER JOIN (

replace with

INNER JOIN table1 as client_data1
ON client.ClientID = client_data1.ClientID
INNER JOIN (

Otherwise, you'd be getting a bunch of results....

Jay Pipes
Community Relations Manager, North America, MySQL Inc.

Got Cluster? http://www.mysql.com/cluster
Personal: http://jpipes.com

Options: ReplyQuote


Subject
Written By
Posted
August 04, 2005 07:30AM
August 04, 2005 07:51PM
August 04, 2005 07:53PM
August 04, 2005 09:41PM
Re: Query Problem
August 04, 2005 09:43PM
August 06, 2005 12:50AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.