Javatpoint Logo

What would be the replacement of "limit" of Mysql if we use Oracle 10 g

By: sachin*** On: Thu Jun 16 02:16:54 IST 2016     Question Reputation0 Answer Reputation0 Quiz Belt Series Points0  0Blank User
Hi Sir,
i am trying to use your pagination example , you use
PreparedStatement ps=con.prepareStatement("select * from emp limit "+(start-1)+","+total);

, I am using oracle 10 g and abouve code is not working. Kindly suggest
Up0Down