Errore in creazine tabella
Salve a tutti!
Utilizzo phpmyadmin 2.4.0. e mysql 4.0.27 mettendo questo codice:
CREATE TABLE `tx_1` (
`id` INT( 5 ) NOT NULL AUTO_INCREMENT,
`categoria` TEXT( 50 ) NOT NULL ,
`titolo` TEXT( 100 ) NOT NULL ,
`firma` TEXT( 100 ) NOT NULL ,
`corpo` BLOB( 10000 ) NOT NULL ,
PRIMARY KEY ( `id` ) ,
INDEX ( `categoria` , `titolo` )
) COMMENT = 'Tabella xxxx'
mi da questo errore:
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '( 50 ) NOT NULL , `titolo` TEXT( 100 ) NOT NULL , `firma`...
Che vuol dire?
Qualcuno mi sa aiutare?
Grazie mille!
Subject
Views
Written By
Posted
Errore in creazine tabella
4306
December 19, 2006 03:37AM
2917
May 19, 2007 05:28AM
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.