GROUP_CONCAT
Don't show GROUP_CONCAT in queries.
3
votes
Ray
shared this idea
-
Anonymous commented
... CAST(GROUP_CONCAT(DISTINCT t.id) as CHAR) AS grouped_ids ...
CAST you helpers. Otherwise there is a data viewer.
-
Ray commented
Do any query with GROUP_CONCAT.
My Version: 6.2.233 -
Ray commented
Example:
... GROUP_CONCAT(DISTINCT t.id) AS grouped_ids ...
In View: http://snag.gy/q4F45.jpg