| 
	
 | 
 Posted by Gordon Burditt on 09/27/05 00:23 
>  What is missing form this SQL-query: 
> 
>ALTER TABLE `logins` ADD `categories` SET 
 
The list of things that it's a set of: 
 
ALTER TABLE `logins` ADD `categories`  
SET ('spammer', 'murderer', 'kidnapper', 'thief', 'top-poster', 'terrorist'); 
 
Also, check that this is available on your version of MySQL. 
 
						Gordon L. Burditt
 
[Back to original message] 
 |