Mysql Triggers Can someone explain why this will not work, or how I can make it work?
I am trying to set a column name as a variable, but MYSQL will display:
ERROR 1054 (42S22): Unknown column 'Col' in 'field list'
So the variable Col is not being set somehow, is there another way to do
this?
Thanks everyone!
-Paul C |