what is wrong here
Posted by: luis lara
Date: December 28, 2005 10:23PM

what is wrong here:


CREATE TABLE `adds` (
`id` int(11) NOT NULL auto_increment,
`text` text collate latin1_general_ci NOT NULL,
`type` tinytext collate latin1_general_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 collate latin1_swedish_ci AUTO_INCREMENT=13 ;


REGARDS!

Options: ReplyQuote


Subject
Views
Written By
Posted
what is wrong here
2540
December 28, 2005 10:23PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.