select (select max(b) from t),(select max(c) from t where c<(select max(c) from t)) from dual;