Hello guys, I have been creating trigger using sapdb, so far declaration of one variable inside of trigger working fine, but when i declare two local variable, the sql studio said it is error with the second declaration of variable ?
example: CREATE TRIGGER test AFTER INSERT ON TestTable EXECUTE ( VAR Var1 varchar(10); VAR Var2 integer; <---- error goes here ) is there any clue to solve this ? TIA Eko Subagio
