How To Get The Last Time Of Log In

I know it's saved here, db_query("UPDATE ?:users SET ?u WHERE user_id = ?i", array('last_login' => TIME), $user_id); How can i show this information?