skip to Main Content

Create a view from a mysql function

I have a stored procedure returning a table. Is it possible to have the same output in a view instead of a stored procedure? Is there any way to return the function in a view? CREATE PROCEDURE `getReservedDevices`(IN `location_id` INT(11),…

VIEW QUESTION
Back To Top
Search