Oct 26, 2006 #1 Naoise Programmer Dec 23, 2004 318 IE Is it possible to create a view based on results returned from a stored procedure? So like CREATE VIEW myview AS EXEC mystoredprocedure
Is it possible to create a view based on results returned from a stored procedure? So like CREATE VIEW myview AS EXEC mystoredprocedure
Oct 26, 2006 #2 JarlH Programmer Jul 26, 2002 365 SE Depends on what database you are using. Most dbms products have their own versions of stored procedures. Mimer, DB2 and a few others are ANSI/ISO SQL compliant. I'm not quite sure, but I do not think ANSI SQL allows what you are asking for. Upvote 0 Downvote
Depends on what database you are using. Most dbms products have their own versions of stored procedures. Mimer, DB2 and a few others are ANSI/ISO SQL compliant. I'm not quite sure, but I do not think ANSI SQL allows what you are asking for.