No, i don't want delete just a collumn. I want to delete a row from another table but i have to reference a collumn for this table.
For Ex:
Delete from another_table where collumn_another_table =
collumn_table_of_trigger;
How can i reference the collumn?
Thanks.......




Reply With Quote