I don't think it is possible to add an additional sql statement using alter trigger. you have to drop and recreate the trigger.
If you have more than one trigger for the same operation(insert/update/delete) and you require the triggers to be fired in the same order, then you may have to drop and recreate all those triggers.
HTH
Sathyaram