For a communications chanel log, I have a two fields table, field 1= time of event, and field2=eventtype, which can be either R for Received message, S for sent message, or E for error. I get a new row entry each time a message is transferred or the progam fails trying.
I want to write a sql...