How to use local variables in stored procedures?

Posted by ram on Stack Overflow See other posts from Stack Overflow or by ram
Published on 2010-05-27T12:31:19Z Indexed on 2010/05/27 12:41 UTC
Read the original article Hit count: 132

Filed under:
|
|

if I want to select any id from a table and want to insert it's value in another table as foreign key then how i will do it through stored procedure?

© Stack Overflow or respective owner

Related posts about sql

Related posts about stored-procedures