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
Subject
Written By
Posted
Re: Query Problem
August 04, 2005 09:43PM
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.