Jump to content

how to do this?


codrgi

Recommended Posts

i want to exec a stored procedure with the parameter thats inside a table somewhere, say i do this

 

 

    select @col = column from table
    exec storedprocedure @col

 

 

i want it to do the stored precedure for the whole table finding the parameter itself by using the select statement, not just the last row it finds, as when i do this it only does it for just one row, how do i go about doing this for each row it finds, that i ask it to select?

Link to comment
https://forums.phpfreaks.com/topic/155306-how-to-do-this/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.