Home » MySQL String MAKE_SET() Function

MySQL String MAKE_SET() Function

by Online Tutorials Library

MySQL MAKE_SET() Function

MAKE_SET(bits,str1,str2,…) is a Sring function of MySQL. This method returns values from set for the given bit.

Syntax

Example 1

Output:

MySQL String MAKE_SET() Function

Example 2

Output:

MySQL String MAKE_SET() Function

Example 3

Output:

MySQL String MAKE_SET() Function

Example 4

Output:

MySQL String MAKE_SET() Function

Next TopicMySQL String

You may also like