If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Remove duplicate values

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-21-12, 01:38
ai_zaviour ai_zaviour is offline
Registered User
 
Join Date: Sep 2011
Posts: 53
Question Remove duplicate values

Hello everyone..

I have a problem with a query

What i need is, when i am displaying this result in jsp page, i want to show only one orders_id with other details, as follows,


Refer Result attachment

But this can't be taken with distinct,,

Plz help me out..

Im attaching what i have tried so far..

But no good with them..
Attached Thumbnails
Remove duplicate values-shot.jpg   Remove duplicate values-result.jpg  
Reply With Quote
  #2 (permalink)  
Old 01-21-12, 08:22
r937 r937 is offline
SQL Consultant
 
Join Date: Apr 2002
Location: Toronto, Canada
Posts: 19,525
you have indicated in your attachment that you want this --
Code:
order_id  products_id  products_model  products_name
  376        3006         GD0123       Gudrun: milk chocolates
  376        3020         4F0007       ODEL treats: Sri Lankan Delights - Jam
  376        3021         GD0123       ODEL treats: Sri Lankan Delights - Jam
to be shown like this --
Code:
order_id  products_id  products_model  products_name
  376        3006         GD0123       Gudrun: milk chocolates
             3020         4F0007       ODEL treats: Sri Lankan Delights - Jam
             3021         GD0123       ODEL treats: Sri Lankan Delights - Jam
this is something you should do with application logic, not with sql
__________________
r937.com | rudy.ca
please visit Simply SQL and buy my book
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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