I tried to extract the row which doesn't have any value in the timestamp column.
select * from user_details where lastlogin_time = null;
I tried to extract the row which doesn't have any value in the timestamp column.
select * from user_details where lastlogin_time = null;