SET Data Type

You are viewing an old version of this article. View the current version here.

Syntax:

SET('value1','value2',...) [CHARACTER SET charset_name] [COLLATE collation_name]

Description:

A set. A string object that can have zero or more values, each of which must be chosen from the list of values 'value1', 'value2', ... A SET column can have a maximum of 64 members. SET values are represented internally as integers.

See Also:

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.