GzArIa
09-27-2004, 04:34 PM
Hi there,
I need to know how I can insert a row into a table with the last ID of a just inserted row.
Like this
Insert Data into Table (Other_ID) VALUES (@@identity of the other table)
is that possible, can I actually use a SQL statement as a value to be inserted,...
thanks,...
I need to know how I can insert a row into a table with the last ID of a just inserted row.
Like this
Insert Data into Table (Other_ID) VALUES (@@identity of the other table)
is that possible, can I actually use a SQL statement as a value to be inserted,...
thanks,...