COLUMN_LIST

You are viewing an old version of this article. View the current version here.
MariaDB starting with 5.3

The Dynamic columns feature was introduced in MariaDB 5.3.

Syntax

COLUMN_LIST(dyncol_blob);

Description

Since MariaDB 10.0.1, this function returns a comma-separated list of column names. The names are quoted with backticks.

Before MariaDB 10.0.1, it returned a comma-separated list of column numbers, not names.

See dynamic columns for more information.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.