This is related the answers those I received for my question.
http://stackoverflow.com/questions/3156481/multiple-values-in-mysql-variable
My Question is that the prepared statement suggested in that thread does not work in a trigger. Is it the limitation of triggers?
Will it work if I write the prepared statement in a procedure and call that procedure from trigger?