Senior & Expert .Net Developers Discussion Forum by Nyros Technologies

HIRE .Net Expert Developers Programmers Coders From India
Ruby on Rails PHP .Net Developers Community, Nyros Technologies, Kakinada
 
Log in  or IF not a member please REGISTER
Username:
Password:   


Keyword
Log in | Profile 

get last records from group by query in sql

 
Post new topic   Reply to topic    Senior & Expert .Net Developers Discussion Forum by Nyros Technologies Index -> ADO.Net
View previous topic :: View next topic  
Author Message
Abhi



Joined: 21 Aug 2007
Posts: 144

PostPosted: Thu Jul 02, 2009 6:38 am    Post subject: get last records from group by query in sql Reply with quote

Hi Everyone,

I am getting problem with group by clause in sql. Here is my sample query.
Arrow
SELECT `id` , `host_id` , `guest_id`
FROM `users_chats`

id host_id guest_id
1 31 32
2 31 32
3 31 32
4 31 56
5 31 56
6 56 32
7 56 32

Arrow After Group by
SELECT id, host_id, guest_id
FROM `users_chats`
GROUP BY host_id, guest_id

id host_id guest_id
1 31 32
4 31 56
6 56 32
Arrow I need to group by from last records. but Group by is giving only first records.
This is what I need.
id host_id guest_id
3 31 32
5 31 56
7 56 32

Thanks in Advance...
Bye...
Back to top
View user's profile Send private message
Raghavendra



Joined: 21 Aug 2007
Posts: 215

PostPosted: Thu Jul 02, 2009 6:42 am    Post subject: Reply with quote

Hi Abhi,

I think you are using MySql. Because Sql Server will not allow non group by columns without any aggregate function.

Arrow Here is your query:
SELECT Max( id ) , host_id, guest_id
FROM `users_chats`
GROUP BY host_id, guest_id

Arrow Result
Max( id ) host_id guest_id
3 31 32
5 31 56
7 56 32


Bye....
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Senior & Expert .Net Developers Discussion Forum by Nyros Technologies Index -> ADO.Net
Page 1 of 1

 latest topics 
 Topics   Replies   Author   Views   Last Post 
No new posts Show Notification in Status Bar in Android Application
0 vijayalakshmi 17 Tue Mar 09, 2010 9:36 am
vijayalakshmi View latest post
No new posts Changing the date and time in SQL Server using T-SQL
0 muralikrishna 31 Fri Mar 05, 2010 3:18 pm
muralikrishna View latest post
No new posts Using TableLayout in Android Layout file:
0 vijayalakshmi 32 Fri Mar 05, 2010 5:03 am
vijayalakshmi View latest post
No new posts TabActivity with Intents in Android:
0 vijayalakshmi 28 Fri Mar 05, 2010 4:46 am
vijayalakshmi View latest post
No new posts Show different components in different styles in Android?
0 vijayalakshmi 25 Fri Mar 05, 2010 3:39 am
vijayalakshmi View latest post
No new posts VIEWSTATE SIZE BYTES SHOWS 0 IN TRACE.AXD
1 sanjoo8959 40 Wed Mar 03, 2010 9:18 am
Dileep View latest post
No new posts How to mark incoming Sms as read in Android programatically?
0 vijayalakshmi 31 Mon Mar 01, 2010 1:12 pm
vijayalakshmi View latest post
No new posts How to control(Start,Stop) windows Services in C#?
0 Raghavendra 37 Mon Mar 01, 2010 12:57 pm
Raghavendra View latest post
No new posts Dialog Box with Spinner View in Android:
0 vijayalakshmi 68 Mon Mar 01, 2010 12:24 pm
vijayalakshmi View latest post
No new posts How many PCs in the world have the .NET Framework installed?
0 Raghavendra 33 Mon Mar 01, 2010 11:51 am
Raghavendra View latest post




Hire an expert .Net developer / coder / programmer or development team from India now!!

Other Forums : Ruby on Rails   ::   PHP   |   Free unlimited HTML CSS templates download

Nyros Technologies   |   Kakinada City Portal   |   Developers Blog   |   About .Net Experts   |   More