View Single Post
Old 11-05-2002, 09:31 PM   PM User | #2
mordred
Senior Coder


 
Join Date: Jun 2002
Location: frankfurt, german banana republic
Posts: 1,848
Thanks: 0
Thanked 0 Times in 0 Posts
mordred is an unknown quantity at this point
ENUM needs the possible values specified (like ENUM('foo', 'bar')), and VARCHAR needs the length specfied (like VARCHAR(23) ).
mordred is offline   Reply With Quote