|
Archives of the TeradataForumMessage Posted: Thu, 18 Mar 2004 @ 23:56:54 GMT
<-- Anonymously Posted: Thursday, March 18, 2004 18:07 --> Hi, I want to create a stored procedure to insert a row to the database and then return the primaryKey value from the INSERT. I did this: CREATE PROCEDURE spInsertPerson (IN name VARCHAR(20), IN dob VARCHAR(10), IN gender CHAR(1), OUT returnKey INTEGER) BEGIN INSERT INTO Person (name, dob, gender) VALUES (:name, :dob, :gender); SET returnKey = ?????????????????? END; How do I get the return key after the insert?? Many thanks
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||