View Single Post
  #5  
Old 14th November 2010, 09:54
Omenke Omenke is offline
Senior Member
 
Join Date: May 2010
Hungary
Posts: 35
Default SQL Problem
Hello!

This is a problem with mysql when you want to put more than

Code:
   
-- Structure de la table `users`
-- 
 CREATE  TABLE  `users` ( `droits_film` decimal( 10, 0  )  NOT  NULL default  '10',
 PRIMARY  KEY (  `id`  ) ,

) ENGINE  =  MYISAM  DEFAULT CHARSET  = UTF8 AUTO_INCREMENT  =11325;

     
MySQL ERROR:
  #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 ') ENGINE=MyISAM  DEFAULT CHARSET=UTF8 AUTO_INCREMENT=11325' at  line 8
Reply With Quote