View Single Post
Eski 30/12/2006, 04:07   #6 (permalink)
jamie
İptal Durumu
 
Üyelik Tarihi: 11/2006
Mesaj: 66
Varsayılan

SQL query:
CREATE TABLE `cikis` ( `id` bigint( 255 ) NOT NULL AUTO_INCREMENT ,
`isim` longtext CHARACTER SET utf8 NOT NULL ,
`sayi` bigint( 255 ) NOT NULL default '0',
`toplam` bigint( 255 ) NOT NULL default '0',
PRIMARY KEY ( `id` )
)


MySQL said:
#1064 - 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 'character set utf8 NOT NULL,
`sayi` bigint(255) NOT NULL def

bu neden kaynaklanıyordur?
jamie hatta değil   Alıntı Yaparak Yanıtla