MySQL Forums
Forum List  »  Italian

Errore in creazine tabella
Posted by: Lordras lordras
Date: December 19, 2006 03:37AM

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!

Options: ReplyQuote


Subject
Views
Written By
Posted
Errore in creazine tabella
4261
December 19, 2006 03:37AM


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.