在PHPMYADMIN中使用group_concat将显示结果为[BLOB - 3B] [英] using group_concat in PHPMYADMIN will show the result as [BLOB - 3B]

查看:293
本文介绍了在PHPMYADMIN中使用group_concat将显示结果为[BLOB - 3B]的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个查询,它使用整数字段上的mysql的GROUP_CONCAT。

我使用PHPMYADMIN来开发这个查询。我的问题,而不是显示1,2,这是连接字段的结果,我得到[BLOB - 3B]。

I have a query which uses the GROUP_CONCAT of mysql on an integer field.
I am using PHPMYADMIN to develop this query. My problem that instead of showing 1,2 which is the result of the concatenated field, I get [BLOB - 3B].

查询是

SELECT rec_id,GROUP_CONCAT(user_id)
FROM t1
GROUP BY rec_id

(两个字段均为unsigned int,唯一)

(both fields are unsigned int, both are not unique)

我应该添加什么来查看实际结果?

What should I add to see the actual results?

推荐答案

p>刚好在查询结果(在左边),你会看到 + options 。按下它并标记

Just above the query result (to the left) you will see +options. Press it and mark


显示BLOB内容

Show BLOB contents

这篇关于在PHPMYADMIN中使用group_concat将显示结果为[BLOB - 3B]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆