Hi all,
Can i insert into a table from a view by using a trigger on the view. I have 3 tables which I join to create a view. Now i want to create one more table which has all the view columns and one additional new column. I was wondering if i can use an instead of trigger which will insert the contents from the view into the new table whenever any of the base tables are updated.
How do you do this? Thanks in advance.
Can i insert into a table from a view by using a trigger on the view. I have 3 tables which I join to create a view. Now i want to create one more table which has all the view columns and one additional new column. I was wondering if i can use an instead of trigger which will insert the contents from the view into the new table whenever any of the base tables are updated.
How do you do this? Thanks in advance.