If i want to update a col called 'name' I write
set name="jea"

But can I do the following:
$col="name";
set $col='jea'

???