RE: [PHP-DB] Very confused with query

2003-07-07 Thread Matthew Moldvan
Hi Robin, I think you are not using DISTINCT correctly ... try SELECT DISTINCT whatever instead of the ()s. Also, the use of * and DISTINCT together really makes no sense ... in the SQL, you are saying select only one record, then select everything, which are opposites. Don't mean to be rude,

RE: [PHP-DB] Very confused with query

2003-07-07 Thread Ryan Jameson (USA)
that help? Ryan -Original Message- From: Matthew Moldvan [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 1:18 PM To: 'Sparky Kopetzky'; PHP DB Group Subject: RE: [PHP-DB] Very confused with query Hi Robin, I think you are not using DISTINCT correctly ... try SELECT DISTINCT whatever