Hi
I’ve a view in mysql with some columns, one is define like this
CONVERT(GROUP_CONCAT(concat(field1,’-’,field2)) USING utf8) AS cis
when I use the view in a grid, this column is defined as BLOB type instead TEXT, but I don’t know why.
any suggestion?
thanks