Re: Getting a particular row from GROUP BY

2003-12-21 Thread MySQL Support
l.com/doc/en/Sorting_rows.html down at the bottom near > the user comments someone is doing the same kind of thing. > > Hope this helps! > Mike > > > > -Original Message- > From: ighen [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 21, 2003 5:34 PM > To: Mich

RE: Getting a particular row from GROUP BY

2003-12-21 Thread Michael Shuler
e kind of thing. Hope this helps! Mike -Original Message- From: ighen [mailto:[EMAIL PROTECTED] Sent: Sunday, December 21, 2003 5:34 PM To: Michael Shuler Subject: Re: Getting a particular row from GROUP BY - Original Message - From: "Michael Shuler" <[EMAIL PROTE

Re: Getting a particular row from GROUP BY

2003-12-21 Thread MySQL Support
guage in the rows order in the DB). But would be also helpful to know if say I want to retrieve one language from this order: en, fr, de. -thanks, Eli > > -Original Message- > From: ighen [mailto:[EMAIL PROTECTED] > Sent: Sunday, December 21, 2003 4:50 PM > To: [EMAIL PROTEC

RE: Getting a particular row from GROUP BY

2003-12-21 Thread Michael Shuler
Service: (877) 976-0711 -Original Message- From: ighen [mailto:[EMAIL PROTECTED] Sent: Sunday, December 21, 2003 4:50 PM To: [EMAIL PROTECTED] Subject: Getting a particular row from GROUP BY Hello, I have the next table (the primary key is id+language): || id || language ||title

Getting a particular row from GROUP BY

2003-12-21 Thread ighen
Hello, I have the next table (the primary key is id+language): || id || language ||title|| --- 1 de{some_text} 1 en{some_text} 1 fr{some_text} 2 fr{some_text} 2