I have a database table which looks like this:
messages_table:
transmitter_ename:    varchar(40)
message:              varchar(600)
timestampt:           datetime
read:                 boolean
Is there any option to select the 10 newest messages from different users in a sql statement?
 
     
    