update a blob column
Hi,
I need to update a blob column with a value in another column but not sure of the syntax.
I tried update table table_name set col= (select col from table_name where id =1)
But this returns error "illegal use of long datatype"
Can u please help me with the correct syntax.
Thanks
Deepak