Hello!
I have a huge oracle application (using yajra/laravel-oci8 for oracle interface).
I want to create model 'Subscribes', but i can retrieve needed data only with stored procedure, like:
SELECT T.* FROM TABLE (AP_USER_OFFICE_PKG_S.GET_ACCOUNT_SERVS(:aid)) T
ORDER BY T.c_fl_data desc, T.c_fl_voice desc, T.d_begin
Can i define DB procedure as model's $table?
Thanks and sorry for my poor english
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community