Mega Code Archive

 
Categories / MySQL Tutorial / String Functions
 

SELECT EXPORT_SET(6,1,0,,,10)

mysql> mysql> SELECT EXPORT_SET(6,'1','0',',',10); +------------------------------+ | EXPORT_SET(6,'1','0',',',10) | +------------------------------+ | 0,1,1,0,0,0,0,0,0,0          | +------------------------------+ 1 row in set (0.00 sec) mysql>