Thread: Mysql Triggers
View Single Post

   
  #1 (permalink)  
Old 02-28-2008, 11:29 AM
nospam-pcartier@atlashosting.com
 
Posts: n/a
Default 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

Reply With Quote