The Dynamic columns feature was introduced in MariaDB 5.3.
COLUMN_EXISTS(dyncol_blob, column_nr); COLUMN_EXISTS(dyncol_blob, column_name);
Checks if a column with name column_name
exists in dyncol_blob
. If yes, return 1
, otherwise return 0
. See dynamic columns for more information.
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/column_exists/