Using the example in provided by DBForge for COLUMN_LIST against the table assets, when I run the following:
SELECT item_name, column_list(dynamic_cols) FROM assets;
Through DBForge Studio, the resultset for column_list(dynamic_cols)
is shown as an image / icon when viewed in Grid mode while it displays `long" in Text mode.
However running the same query with HeidiSQL, I can see the actual comma separated result set for column_list(dynamic_cols)
.
Is there a result why DBForge Studio doesn't display the comma separated result set? is there a setting I have to change or click in order to view it?