Hi,

Is there any elegant way of saying the following statement in a shorter
format:

create table dummy (
 col1 set(1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,......64)
);

That is, I would use all the 64 possible values that are offered by the
"SET" column structure, and I am lazy to write out all of them.

Cheers
Gaspar

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to