I have a database table called 'student_details'.It contains a coloumn -'token_timestamp'. I want to find out the difference between current time and this 'token_timestamp' .It shouldnt be greater than 80minutes. What should i written in 'where' condition? Please help
SqlCommand cmd=new SqlCommand("select student_id from student_details where ??? ,con1);