Stored Proceure Parameters
Database
1
Posts
1
Posters
2
Views
1
Watching
-
I want the AAID to be the BBID but this aint working! DECLARE @sune int SELECT @sune = MAX(AAID) FROM TEST_SESSION INSERT INTO CAB_TEST (BBID, CabComment, CabName, CabFNum, CabFName, CabSNum, CabEmp, CabRefDes) VALUES(@sune, Null, 'Kabel1', '222-221', 'Styrkabel', Null, 'Chassi', Null); Plezz Help /Bigge