mysql - Viewing MariaDB column_list result via DBForge -


using example in provided dbforge column_list against table assets, when run following:

select item_name, column_list(dynamic_cols) assets; 

through dbforge studio, resultset column_list(dynamic_cols) shown image / icon when viewed in grid mode while displays `long" in text mode.

however running same query heidisql, can see actual comma separated result set column_list(dynamic_cols).

is there result why dbforge studio doesn't display comma separated result set? there setting have change or click in order view it?


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -