I have a select where it has a column where it is returning me in <BLOB>
QUERY
SELECT * FROM user WHERE user_id=1
RETURN:
id data_cad user_data
12 2017-03-01 21:38:57 <Blob>
In the BLOB field it returns the following:
Msg=[Nome do operador João dos Passos] IN=1 SECS=221
I need my query to return:
12 2017-03-01 21:38:57 Nome do operador João dos Passos