|
-
create a new trigger
Hi,
I've 2 tables (A, B)
A has this columns
cod varchar2(32) primary key
admin varchar2(32)
B has
cod varchar2(32)
cod_admin varchar2(32)
I'd to create a trigger that when I update A.admin with value 'X', in tab B I get B.cod=A.cod and B.cod_admin='999'.
This also for insert and delete.
Thanks
Raf
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|