OracleDB
select /*+ index_desc(tbl_board pk_board) */* from tbl_board where bno > 0; select * from tbl_board order by bno desc;