COLUMN_LIST()
This page is part of MariaDB's Documentation.
The parent of this page is: Functions for MariaDB Enterprise Server
Topics on this page:
Overview
Returns a comma-separate list of column names in the given dynamic columns blob.
EXAMPLES
SELECT COLUMN_LIST(COLUMN_CREATE('id', 1, 'c1', 'john'));
+---------------------------------------------------+
| COLUMN_LIST(COLUMN_CREATE('id', 1, 'c1', 'john')) |
+---------------------------------------------------+
| `c1`,`id` |
+---------------------------------------------------+
CHANGE HISTORY
EXTERNAL REFERENCES
Additional information on this topic may be found in the MariaDB Public Knowledge Base.