For instance, in MySQL, a column specified as SET("one", "two") NOT NULL can have any of these values:
"" "one" "two" "one,two"
(From http://www.mysql.com/doc/en/SET.html)
Basically a collection of boolean flags.
Thanks,
Gabe
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
