Current location: Hot Scripts Forums » Programming Languages » PHP » Group By...


Group By...

Reply
  #1 (permalink)  
Old 05-06-04, 07:51 AM
djavet djavet is offline
Newbie Coder
 
Join Date: Apr 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Group By...

Hello,

I've a little problem with GROUP BY for my query:

PHP Code:

SELECT 

`rel_experience_client`.`client_ref`,
`
client`.`id`,
`
rel_experience_client`.`experience_ref`,
`
experience`.`id` AS `id1`,
`
experience`.`titre_fr`,
`
client`.`libelle`
FROM
`rel_experience_client`
INNER JOIN `client` `client1ON (`rel_experience_client`.`client_ref` = `client1`.`id`)
INNER JOIN `experienceON (`rel_experience_client`.`experience_ref` = `experience`.`id`)
RIGHT OUTER JOIN `clientON (`rel_experience_client`.`client_ref` = `client`.`id`)
ORDER BY
`client`.`libelle
Here's the result:
-> http://www.metadelic.com/rapport.htm

And here's what I wish to have without including the colmn "client_ref" for the result:
-> http://www.metadelic.com/rapport.htm#result

I can't work it out...
Any suggestion on how to do?


Regards, Dom
Reply With Quote
  #2 (permalink)  
Old 05-07-04, 05:17 AM
NeverMind's Avatar
NeverMind NeverMind is offline
Community VIP
 
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
well, what is the problem exactly?
the links you gave show identecial results !
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Paypal Donation Status DJ Loud PHP 2 04-19-04 06:35 AM
Problem with SWITCH function in Radio Button group maverickblair PHP 1 02-27-04 10:49 AM
Trouble with SWITCH function in Radio Button group maverickblair PHP 0 02-25-04 08:13 AM
Discussion Board Requirements flash Script Requests 1 01-22-04 05:51 PM
Object Oriented Programming Stefan PHP 29 12-30-03 11:22 AM


All times are GMT -5. The time now is 10:32 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.