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?
|