3
I have a select where there is a column where this 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 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
Thanks. It worked out.
– Chefe Druida