I use oracle 11, I have the following query:
select * from(select "Loss","Date" from TEST order by "Loss" desc) where rownum < 20
This returns 20 records that you have the largest "Loss", is there another way to do it?
My question is...
asked by
20.06.2017 / 13:10