Upload files to "/"
This commit is contained in:
8
biu_tb_26ai_tech_v2.sql
Normal file
8
biu_tb_26ai_tech_v2.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
create or replace TRIGGER "BIU_TB_26AI_TECH_V2"
|
||||
before insert or update
|
||||
on TB_26AI_TECH_V2
|
||||
for each row
|
||||
begin
|
||||
:new.ID_INSIGHT := SEQ_26AI_TECH.NEXTVAL;
|
||||
end;
|
||||
/
|
||||
Reference in New Issue
Block a user