-----------------------------------------------
Value ISRepeat Changed
------------------------------------------------
666-66-8888 NULL 2011-10-19 15:28:47.310
555-55-6666 NULL 2011-10-19 15:27:26.413
444-44-5555 NULL 2011-10-19 15:25:02.660
333-33-4444 NULL 2011-10-19 15:23:57.120
222-22-3333 NULL 2011-10-19 15:13:57.903
222-22-2222 NULL 2011-10-19 15:13:03.517
100-10-2222 NULL 2011-10-19 15:07:52.010
100-10-1111 NULL 2011-10-19 15:06:59.690
I have a table like this. I want to print the value
555-55-6666 NULL 2011-10-19 15:27:26.413
which is the last but one row in table based on TIME(Changed column).... condition is time previous to most recent value. How can I do this?