Subject can't append something to a field
Author Roberto Freitas
Hi,
I've submited this sentence to other DataBases with success, but with
WI-V1.5.2.4731 Firebird 1.5 I get ISC Error Message Dynamic SQL Error
expression evaluation not supported:

UPDATE Document
SET doc_data = doc_data + 'T'
WHERE doc_numb = 5638

Is not possible to append something to a field with Firebird?