Код: Выделить всё
select * from table_name order by column desc;
Код: Выделить всё
while(set.next()) {
// processing code
}
Подробнее здесь: https://stackoverflow.com/questions/314 ... st-element
Код: Выделить всё
select * from table_name order by column desc;
Код: Выделить всё
while(set.next()) {
// processing code
}