|
Posted by meltedown on 09/27/05 01:37
Gordon Burditt wrote:
>> 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
It's available, I guess what has me buggered is that phpMyAdmin seems
like it will allow the interface to do this, but there's no way to add
the SET values.
Navigation:
[Reply to this message]
|