How query and to display n-1 rows from a table.
Kindly give me query and also the method
dbtester
How query and to display n-1 rows from a table.
Kindly give me query and also the method
dbtester
my Query for this is as follows,
select * from dept
where rownum<=(select count(*)-1 from dept)