COLUMN_EXISTS
You are viewing an old version of this article. View
the current version here.
Syntax
COLUMN_EXISTS(dyncol_blob, column_nr); COLUMN_EXISTS(dyncol_blob, column_name);
Description
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.
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.