OK, is there an easy way to ADD a value to a set type without having
to enumerate all that's there already?  I've looked through
http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#SET

but it doesn't say anything about adding values to the current set.
It rather looks like all or nothing, but I was hoping to avoid having
to retrieve the record via a select before doing the update.

What I want to do is something like this...a set variable in a table
has a current value of "a,b,c" and I want to add the value "d" to it
so the new value is now "a,b,c,d".  The type is already defined as
setval SET ('a', 'b', 'c', 'd', 'e', 'f')


Thanks,
--Cindy
-- 
[EMAIL PROTECTED]

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to