Could anybody tell me that how can I achieve this Query in oracle
select column1, columns2, max(rownumber) from table where .....; Explanation: Select Query is so complicated and I need max to give UI Side "total count" of the record for paging and i will send the data only 20 or 30 records based on the paging size not full record.