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