Set multiple values : Set « Data Type « SQL / MySQL






Set multiple values

      
mysql>
mysql> SET @ABC = 5, @DEF = 'Inglewood',
    ->     @GHI = DATE('2004-01-01');
Query OK, 0 rows affected (0.00 sec)

mysql>

   
    
    
    
    
    
  








Related examples in the same category

1.SET: Combination of up to 255 strings
2.Use SET to have arbitrary combinations
3.To identify SET values that share common elements
4.To break down a set of observations and show each count as a percentage of the total
5.Select only one value among the set