Can we call a single trigger for multiple tables....
say I have two identical tables a and b.
now we have a trigger that is needed to be called by each table.
It is possible in POSTGRESQL using Triggers function....
these functions allow to call a single trigger function from multiple tables....
Is it possible in mysql???