Sep 19, 2002 #1 Anfel Programmer Joined Sep 18, 2002 Messages 3 Location US Is it possible to execute or call store procedure in the criteria part of selet statement of another store procedure? Thanks in advance
Is it possible to execute or call store procedure in the criteria part of selet statement of another store procedure? Thanks in advance
Sep 19, 2002 #2 mwa Programmer Joined Jul 12, 2002 Messages 507 Location US I don't think you can... But you could execute the SP and store the returned value in a variable. Then use the variable in your select criteria... Hope that helps.. mwa Upvote 0 Downvote
I don't think you can... But you could execute the SP and store the returned value in a variable. Then use the variable in your select criteria... Hope that helps.. mwa