I use yajra and in the documentation I not found any examples for new pagination for oracle 12c
For now I have developed my functions for use "OFFSET 10 ROWS FETCH NEXT 10 ROWS ONLY"
Hello,
thank you for the reply, but i am using the plugin "yajra / laravel-oci8" for communication with oracle, just wanted to know if anyone has already used the latest version of this plugin with pagination.