I need to append data to my BLOB field, how can I do this using an update? What I am asking is; is it possible to concatenate blob data so that I can update a blob field with this new data. Something like:
UPDATE BLOB_table
SET BLOB_field = BLOB_field + BLOB_data