Jump to content

Selecting and ordering


stubarny

Recommended Posts

Hello,

 

I have a table of responses to an event invite (note people can resond multiple times if they change their mind):

 

guest_name, guest_status, timestamp

David, accepted, 2012-05-12

Peter, accepted, 2012-05-12

David, declined, 2012-06-02

Sam, accepted, 2012-06-02

Peter, tentative, 2012-06-12

 

So to display the latest statuses of invitees' responses I would want to display the following information:

 

Accepted:

Sam

 

Tentative:

Peter

 

Declined:

David

 

Please could you tell me how to write an sql command that will do this? I'm struggling to write a command that only uses the most recent entry for each invitee.

 

Thanks,

 

Stu

Link to comment
https://forums.phpfreaks.com/topic/263512-selecting-and-ordering/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.