Forum Moderators: coopster
A trigger can be added to any table in your db, you can define the trigger to run a function, before or after, an update, a select, or insert statement.
What you would want is the function to run after a select statement pass the data to the function... alter it to your liking then return that formatted data to the method performing the query.